Servers
Wikipedia MCP Server
@Rudra-ravi
A Model Context Protocol (MCP) server that retrieves information from Wikipedia to provide context to LLMs.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"wikipedia-mcp": {
"command": "pipx",
"args": [
"ensurepath"
]
}
}
}