Servers
Wikipedia MCP Server
@danbunnell
A simple MCP Server in Python for working with Wikipedia topic content in a GenAI context
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-wikipedia": {
"command": "python",
"args": [
"src/server.py"
]
}
}
}