Wikipedia_Research_MCP_Server

abhi-0403/Wikipedia_Research_MCP_Server
★ 0 stars Python AI/LLM Updated today
An intelligent local AI agent that searches live Wikipedia using LangGraph and FastMCP. Powered by Ollama (Gemma 3B), it spawns a private MCP server over stdio to query real-time summaries and links—eliminating hallucinations without needing external API keys. Perfect as a clean blueprint for building local tool-calling agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wikipedia_research_m": {
      "command": "uvx",
      "args": [
        "wikipedia-research-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install wikipedia-research-mcp-server