This server disappeared from every upstream directory on 2026-09-10. The page stays for one quarter so links keep working; after that it answers 410 Gone.
wikipedia-mcp-server
Search Wikipedia, read summaries and full text, target sections, find nearby pages, list languages.
- Version:
- hosted
- Publisher:
- cyanheads
Install
Generated from the server’s transport data — never hand-written. Placeholders in angle brackets are yours to fill.
Run it with its own identity, a budget you set, and every call audited — no local config to keep in sync.
Add to a connect0 projectYou will sign in first, then land back on this page.
What it can do
As declared by the publisher
Tools · 6
wikipedia_get_articleFetch article content as clean plain text. Without section\_index: returns the full article with == Section == markers preserved for structure. With section\_index (from wikipedia\_get\_sections): returns just that section as plain text. Section-targeted reads are faster and smaller when only part of the article is needed.
wikipedia_get_languagesList the language editions available for a Wikipedia article. Returns language codes, article titles in each language, and full URLs. Useful for cross-language research and for discovering the correct article title in a target language before fetching it. The language parameter specifies which edition to query from.
wikipedia_get_sectionsFetch the table of contents for a Wikipedia article. Returns section titles, heading levels, section numbering (e.g. "2.1"), and section\_index values. Pass a section\_index to wikipedia\_get\_article to retrieve just that section. Useful for enumerating article structure before doing a targeted section read.
wikipedia_get_summaryFetch the lead-section summary for a Wikipedia article — the 2–4 paragraph intro that answers "what is X?". Returns plain-text extract, Wikidata QID (wikibase\_item) for cross-referencing with wikidata-mcp-server, short description, and thumbnail URL. Redirect pages are followed automatically. When page\_type is "disambiguation", the title matched a disambiguation page — call wikipedia\_search with a more specific query to find the intended article. Prefer this over wikipedia\_get\_article unless full article depth is needed.
wikipedia_searchSearch Wikipedia articles by full-text query. Returns ranked results with plain-text titles, snippets (HTML stripped), page IDs, and word counts. Best when the exact article title is unknown or when multiple articles on a topic are needed. Returned pageid values can be passed to other tools. Supports all Wikipedia language editions.
wikipedia_search_nearbyFind Wikipedia articles about places near a geographic coordinate. Returns articles sorted by distance from the query point, with titles, page IDs, coordinates, and distance in meters. Useful for "what is notable near X?" research workflows. Only articles with geographic coordinates in their Wikidata record are returned — not all articles about locations are geotagged.