Wikipedia MCP Server

@cyanheads/wikipedia-mcp-server Search Wikipedia articles, read summaries and full text, target sections, find nearby pages, and list language editions via MCP. STDIO or Streamable HTTP. Its README documents 6 tools, including wikipedia_search_articles, wikipedia_get_summary, wikipedia_get_article.

People who work with mediawiki, stdio and streamable http and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 3 · #62 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Wikipedia MCP Server

before you install - you'll need

Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL before connecting.

Claude Code

claude mcp add cyanheads-wikipedia-mcp-server --transport http https://wikipedia.caseyjhand.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "cyanheads-wikipedia-mcp-server": {
      "url": "https://wikipedia.caseyjhand.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://wikipedia.caseyjhand.com/mcp

transport: streamable-http

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to wikipedia.caseyjhand.com

license Apache-2.0 - declared in the repository

npm package @cyanheads/wikipedia-mcp-server - published under the repo owner's npm scope (@cyanheads)

registry namespace io.github.cyanheads is GitHub-verified and matches the repo owner

03 · What Wikipedia MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 6 documented tools, including wikipedia_search_articles, wikipedia_get_summary, wikipedia_get_article, wikipedia_get_sections, wikipedia_search_nearby.

The 6 tools it gives your agent

Extracted from the project's README - what wikipedia-mcp-server lets an agent do.

wikipedia_search_articles
- Full-text search across Wikipedia, returning ranked results with plain-text snippets and page IDs.
wikipedia_get_summary
- Short summary for any article - plain text, Wikidata QID, description, thumbnail URL, page type, canonical URL, revision, and coordinates.
wikipedia_get_article
- Full article or a targeted section as clean plain text, with section markers preserved.
wikipedia_get_sections
- Table of contents with section_index values for targeted section reads.
wikipedia_search_nearby
- Geotagged Wikipedia articles within a radius of a WGS 84 coordinate, sorted by distance.
wikipedia_get_languages
- All language editions available for an article, with titles and URLs, or just the editions you ask for.

Latest releases

v0.2.2 · 2026-09-17

Escaped render output, summary passthrough, editions filter · Escaped upstream text (article content, extracts, snippets, titles) at the content[] render boundary - literal HTML tags and markdown syntax from Wikipedia…

v0.2.1 · 2026-09-17

Lead section reads, typed title and search refusals · section_index: 0 on wikipedia_get_article now reads the lead section, and wikipedia_get_sections lists it as its first entry titled Introduction (#40)…

v0.2.0 · 2026-09-17

Search tool rename, plain-text section titles, mcp-ts-core 0.13.2 · Rename wikipedia_search → wikipedia_search_articles (#37) - breaking; inputs, outputs, and behavior are unchanged. · Fix wikipedia_get_sections titles…

04 · Who maintains Wikipedia MCP Server

wikipedia-mcp-server is maintained by cyanheads. We track 125 MCP servers from cyanheads - 119 actively maintained, 1,816 combined GitHub stars, oldest repo from Dec 2024. Full record: all servers from cyanheads.

  1. obsidian-mcp-server Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP. ★ 681
  2. mcp-ts-core Agent-native TypeScript framework for MCP servers. ★ 151
  3. pubmed-mcp-server Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. ★ 148
  4. git-mcp-server Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more. ★ 240
  5. clinicaltrialsgov-mcp-server Search ClinicalTrials.gov - find studies, retrieve results, match patients to eligible trials. ★ 94
  6. ntfy-mcp-server Send, manage, and replay ntfy push notifications via MCP. ★ 22

05 · Facts

category
documentation - ranked #62 of 208 actively-maintained documentation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-17)
registry
io.github.cyanheads/wikipedia-mcp-server (active, first published 2026-05-25 · 18 versions)
packages
npm:@cyanheads/wikipedia-mcp-server · npm:@cyanheads/wikipedia-mcp-server

06 · Wikipedia MCP Server FAQ

Is Wikipedia MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Wikipedia MCP Server do?

An agent gets 6 documented tools, including wikipedia_search_articles, wikipedia_get_summary, wikipedia_get_article, wikipedia_get_sections, wikipedia_search_nearby.

How do I install Wikipedia MCP Server?

Run `npx -y @cyanheads/wikipedia-mcp-server`. The README documents 2 environment variables (MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL) to set first. Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL before connecting. You can also paste the ready-made client config above.

Does Wikipedia MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Wikipedia MCP Server