wikipedia-mcp
If you are the rightful owner of wikipedia-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that retrieves information from Wikipedia to provide context to Large Language Models (LLMs).
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.
Features
- Search Wikipedia: Find articles matching specific queries
- 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
Tools
search_wikipedia
Search Wikipedia for articles matching a query.
get_article
Get the full content of a Wikipedia article.
get_summary
Get a concise summary of a Wikipedia article.
get_sections
Get the sections of a Wikipedia article.
get_links
Get the links contained within a Wikipedia article.
get_related_topics
Get topics related to a Wikipedia article based on links and categories.