Wikipedia MCP
UnclaimedA Model Context Protocol (MCP) server that retrieves information from Wikipedia to provide context to LLMs.
Install
npx -y @smithery/cli install @Rudra-ravi/wikipedia-mcp --client claudeUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (21)
coordinates
List of coordinate objects with latitude, longitude, and metadata
count
(integer, optional): Number of key facts to extract (default: 5)
error
Any error message if retrieval failed
exists
Whether the article exists
extract_key_facts
Extract key facts from a Wikipedia article, optionally focused on a specific topic within the article.
get_article
Get the full content of a Wikipedia article.
get_coordinates
Get the coordinates 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.
get_sections
Get the sections of a Wikipedia article.
get_summary
Get a concise summary of a Wikipedia article.
limit
(integer, optional): Maximum number of results to return (default: 10)
max_length
(integer, optional): Maximum length of the summary (default: 250)
pageid
The page ID
query
(string): The search term
search_wikipedia
Search Wikipedia for articles matching a query.
section_title
(string): The title of the section to summarize
summarize_article_for_query
Get a summary of a Wikipedia article tailored to a specific query.
summarize_article_section
Get a summary of a specific section of a Wikipedia article.
title
(string): The title of the Wikipedia article
topic_within_article
(string, optional): A specific topic within the article to focus fact extraction