Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A Model Context Protocol (MCP) server that retrieves information from Wikipedia to provide context to LLMs.
| Date | Stars |
|---|---|
| 2026-07-31 | 276 |
| 2026-08-03 | 278 |
| 2026-08-06 | 278 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Wikipedia MCP Server [](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. <a href="https://glama.ai/mcp/servers/@Rudra-ravi/wikipedia-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@Rudra-ravi/wikipedia-mcp/badge" alt="Wikipedia Server MCP server" /> </a>  ## Overview 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 information directly from Wikipedia to enhance their responses. ## Verified By [](https://mseep.ai/app/rudra-ravi-wikipedia-mcp) ## Features - **Search Wikipedia**: Find articles matching specific queries with enhanced diagnostics - **Retrieve Article Content**: Get full article text with all information - **Article Summaries**: Get concise summaries of articles - **Section Extraction**: Retrieve specific sections from articles - **Link Discovery**: Find links within articles to related topics - **Related Topics**: Discover topics related to a specific article - **Multi-language Support**: Access Wikipedia in different languages by specifying the `--language` or `-l` argument when running the server (e.g., `wikipedia-mcp --language ta` for Tamil). - **Country/Locale Support**: Use intuitive country codes like `--country US`, `--country China`, or `--country TW` instead of language codes. Automatically maps to appropriate Wikipedia language variants. - **Language Variant Support**: Support for language variants such as Chinese traditional/simplified (e.g., `zh-hans` for Simplified Chinese, `zh-tw` for Traditional Chinese), Serbian scripts (`sr-latn`, `sr-cyrl`), and other regional variants. - **Optional caching**: Cache API responses for improved performance using --enable-cache - **Modern MCP Transport Support**: Supports `stdio`, `http`, and `streamable-http` (with legacy `sse` compatibility). - **Optional MCP Transport Auth**: Secure network transports with `--auth-mode static` or `--auth-mode jwt`. - **Google ADK Compatibility**: Fully compatible with Google ADK agents and other AI frameworks that use strict function calling schemas ## Installation ### Using pipx (Recommended for Claude Desktop) The best way to install for Claude Desktop usage is with pipx, which installs the command globally: ```bash # Install pipx if you don't have it pip install pipx pipx ensurepath # Install the Wikipedia MCP server pipx install wikipedia-mcp ``` This ensures the `wikipedia-mcp` command is available in Claude Desktop's PATH. ### Installing via Smithery To install wikipedia-mcp for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@Rudra-ravi/wikipedia-mcp): ```bash npx -y @smithery/cli install @Rudra-ravi/wikipedia-mcp --client claude ``` ### From PyPI (Alternative) You can also install directly from PyPI: ```bash pip install wikipedia-mcp ``` **Note**: If you use this method and encounter connection issues with Claude Desktop, you may need to use the full path to the command in your configuration. See the [Configuration](#configuration-for-claude-desktop) section for details. ### Using a virtual environment ```bash # Create a virtual environment python3 -m venv venv # Activate the virtu
Excerpt of 26,788 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:4e4c772116a6942e, topic:mcp-server, desc:model context protocol
matched fp:4e4c772116a6942e, topic:llm