MCP Directory
Back

wikipedia-mcp

by Rudra-ravi · Python · ★ 266

A Model Context Protocol (MCP) server that retrieves information from Wikipedia to provide context to LLMs.

#anthropic#llm#mcp-server#open-source#wikipedia#wikipedia-api#wikipedia-mcp#wikipedia-mcp-server

Install

pip install git+https://github.com/Rudra-ravi/wikipedia-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "wikipedia-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Rudra-ravi/wikipedia-mcp.git"
      ]
    }
  }
}

From the README

[](https://smithery.ai/server/@Rudra-ravi/wikipedia-mcp) [](https://spark.entire.vc/assets/vb-wikipedia-mcp) [](https://agentseal.org/mcp/wikipedia-mcp) A Model Context Protocol (MCP) server that retrieves information from Wikipedia to provide context to Large Language Models (LLMs). This tool helps AI assistants access factual information from Wikipedia to ground their responses in reliable sources. The Wikipedia MCP server provides real-time access to Wikipedia information through a standardized Model Context Protocol interface. This allows LLMs to retrieve accurate and up-to-date info…
Read full README on GitHub →

Related ai & ml servers