mcpbeat Sign in

Wikipedia MCP Server

answering

Wikipedia MCP Server is answering right now. Last checked 12 min ago. 127 installs a week from npm. It exposes 6 tools. Last commit 17 Sep 2026.

Search Wikipedia, read summaries and full text, target sections, find nearby pages, list languages.

Installs per day peak 238 · avg 27 · +18% w/w
a month agotoday
Uptime history 19 hours of history
19 hours agonow
100.0%
Uptime 24h
70 of 70 checks
6
Tools
read from the server
400 ms
Response time
average over 24h
127
Installs / week
npm and PyPI

Nothing serious here today

Today is the operative word: we check Wikipedia MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add wikipedia-mcp-server --transport http https://wikipedia.caseyjhand.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wikipedia-mcp-server": {
      "url": "https://wikipedia.caseyjhand.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wikipedia-mcp-server]
url = "https://wikipedia.caseyjhand.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "wikipedia-mcp-server": {
      "url": "https://wikipedia.caseyjhand.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wikipedia-mcp-server": {
      "url": "https://wikipedia.caseyjhand.com/mcp"
    }
  }
}

This one needs environment variables set before it will start: MCP_HTTP_HOST (The hostname for the HTTP server.), MCP_HTTP_PORT (The port to run the HTTP server on.), MCP_HTTP_ENDPOINT_PATH (The endpoint path for the MCP server.), MCP_AUTH_MODE (Authentication mode to use: 'none', 'jwt', or 'oauth'.), MCP_LOG_LEVEL (Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').). The author declared them in the registry entry; get the values from the project itself.

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

wikipedia
wikipedia_get_article
Fetch article content as clean plain text. Without section_index: returns the full article with == Section == markers preserved for structure — or, when the article exceeds the size budget, a compact section outline (truncated: true) that points to wikipedia_get_sections plus a section_index read instead of the full text. With section_index (from wikipedia_get_sections): returns that section and every subsection nested under it, each heading above its own body. section_index 0 is the lead section, the text above the first heading, which is the full prose wikipedia_get_summary returns only a truncated fragment of. Section-targeted reads are faster and smaller when only part of the article is needed. Data tables are omitted from both paths, so a section whose body is entirely a data table returns its heading and little else; tables used only for layout, such as multi-column lists, keep their content. Page furniture is omitted as well — maintenance banners, sister-project and library-resource boxes, portal bars, and spoken-article notices — while a hatnote naming a related article is kept. Redirect pages are followed automatically.
wikipedia_get_languages
List 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. A popular article exists in hundreds of editions, so pass editions to narrow the answer to the codes you care about — the codes with no article come back under missing, and total_languages still reports the full count. Redirect pages are followed automatically, and source_title reports the resolved article the links belong to. The language parameter specifies which edition to query from.
wikipedia_get_sections
Fetch the table of contents for a Wikipedia article. Returns section titles, heading levels, section numbering (e.g. "2.1"), and section_index values. The first entry is the lead section, index 0, titled Introduction — the text above the first heading, which Wikipedia's own table of contents omits. Pass a section_index to wikipedia_get_article to retrieve just that section. Useful for enumerating article structure before doing a targeted section read. Redirect pages are followed automatically.
wikipedia_get_summary
Fetch the short article summary that answers "what is X?". The extract is a truncated fragment from the start of the lead section — usually a sentence or two, and as little as a tenth of the lead — alongside the Wikidata QID (wikibase_item) for cross-referencing with wikidata-mcp-server, a short description, a thumbnail URL, the canonical article URL, the revision the extract was read from, and, for a geotagged article, latitude and longitude that pass straight to wikipedia_search_nearby to answer "what else is notable near this". For the lead section in full, call wikipedia_get_article with section_index 0. Redirect pages are followed automatically. When page_type is "disambiguation", the title matched a disambiguation page — call wikipedia_search_articles with a more specific query to find the intended article. Prefer this over wikipedia_get_article unless article depth is needed.
wikipedia_search_articles
Search 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. Pass a result title to wikipedia_get_summary, wikipedia_get_article, or wikipedia_get_sections for follow-up reads. Use offset to page beyond the first result page. Supports all Wikipedia language editions.
wikipedia_search_nearby
Find 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.

Endpoints

URLTransportStateLatencyChecked
https://wikipedia.caseyjhand.com/mcp streamable-http answering 404 ms 12 min ago

Alternatives to Wikipedia MCP Server

same job, measured the same way
RepoFold
by repofold

A cited wiki of your GitHub repo: search, read pages, find symbols and ask, with line citations.

answering
Pmwiki MCP
by kcofoni

MCP server for searching and reading PmWiki pages with text queries and group filtering.

local only
MediaWiki
by olgasafonova

Search, read, and edit any MediaWiki wiki. Works with Wikipedia, Fandom, and more.

local only
hiveWiki
by hivewiki

Shared project wiki for AI agents: read and write pages, next actions, and activity logs over MCP.

answering
MCP Mediawiki
by crunchtools

Secure MCP server for MediaWiki wikis — search, pages, categories, and more

81 installs/wk local only
EcoCarbonWiki
by carbonitex-ecogame

Read-only MCP for the Eco game wiki: search, Markdown pages, and wiki_* lookups. No keys, no writes.

10 tools answering
livewiki
by eduardoabreu81

A repository wiki of Markdown pages anchored to real code: read, search, and verified writes.

152 installs/wk local only
Wikipedia Retrieval MCP
by nexlab

Search

answering

Wikipedia MCP Server — questions

Answers built from our own checks of this server.

What can Wikipedia MCP Server do?
It exposes 6 tools, read directly from the server on our last check. Among them: wikipedia_get_article, wikipedia_get_languages, wikipedia_get_sections, wikipedia_get_summary, wikipedia_search_articles, wikipedia_search_nearby. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Wikipedia MCP Server working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 70 of 70 checks got a reply (100.0%), average response time 400 ms. The bar chart above shows every period we have measured.
How do I connect Wikipedia MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Wikipedia MCP Server need an API key?
No. Wikipedia MCP Server completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Wikipedia MCP Server?
It answers our handshake in 400 ms on average, which is faster than 38% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Wikipedia MCP Server?
The npm package @cyanheads/wikipedia-mcp-server was installed 127 times in the last week. Week over week that is +18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Wikipedia MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.