wikipedia-mcp

wikipedia-mcp

30

The Wikipedia MCP Server is a Model Context Protocol server designed to provide AI models with access to real-time Wikipedia information. It enhances AI responses by grounding them in reliable, factual Wikipedia sources through a standardized interface.

What is the Model Context Protocol (MCP)?

MCP is a specialized protocol for communication between LLMs and external tools, using stdio or SSE for communication, designed specifically for AI model interaction.

How can I install the Wikipedia MCP server?

You can install it using pipx, a virtual environment, or directly from the source. Detailed instructions are provided for each method.

What are the available tools in the Wikipedia MCP server?

The server provides tools like search_wikipedia, get_article, get_summary, get_sections, get_links, and get_related_topics.

Can the Wikipedia MCP server handle multiple languages?

Yes, the server supports multi-language access to Wikipedia.

What should I do if I encounter a connection error?

Ensure the command in claude_desktop_config.json is correct and check your network connection.