Overview
what is MCP-Wikipedia?
MCP-Wikipedia is a server that allows clients to access Wikipedia pages seamlessly.
how to use MCP-Wikipedia?
To use MCP-Wikipedia, set up the server by running the provided command in your terminal, which initializes the server to serve Wikipedia content.
key features of MCP-Wikipedia?
- Easy access to Wikipedia pages through a custom server.
- Simple setup with a command-line interface.
- Supports running Python scripts to fetch and display content.
use cases of MCP-Wikipedia?
- Accessing Wikipedia content for research purposes.
- Integrating Wikipedia data into applications.
- Creating a local server for offline access to Wikipedia.
FAQ from MCP-Wikipedia?
- Can I run MCP-Wikipedia on any operating system?
Yes! As long as you have Python installed, you can run it on any OS.
- Is there any cost associated with using MCP-Wikipedia?
No, MCP-Wikipedia is free to use.
- What do I need to run MCP-Wikipedia?
You need Python and the necessary dependencies installed on your machine.
Content
mcp-wikipedia
MCP server to give client the ability to access Wikipedia pages
Usage
{
"mcpServers": {
"wikipedia": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-wikipedia",
"run",
"python",
"main.py"
]
}
}
}
No tools information available.