
Wikipedia Mcp Server
Let your agent search Wikipedia, pull summaries or section-scoped text, and compare language editions while drafting positioning or content.
Overview
io.github.cyanheads/wikipedia-mcp-server is a MCP server for the Idea phase that searches Wikipedia and returns summaries, sections, and multilingual article context for agents.
What is this MCP server?
- Search Wikipedia and read lead summaries or full article text
- Target specific sections instead of dumping entire pages into context
- Find geographically nearby pages and list available language editions
- Stdio MCP via @cyanheads/wikipedia-mcp-server v0.1.8 on Bun
- Optional local streamable-http transport at http://localhost:3010/mcp
- Server version 0.1.8
- Default MCP_LOG_LEVEL info
- Local streamable-http URL http://localhost:3010/mcp documented in schema
Community signal: 1 GitHub stars.
What problem does it solve?
Copy-pasting Wikipedia into chat wastes context and makes it hard for agents to grab only the section you care about.
Who is it for?
Indie builders doing topic research, glossary building, or content outlining with citation-friendly public sources.
Skip if: Proprietary competitive intelligence, medical or legal advice grounded only in crowd-sourced articles, or offline-only environments.
What do I get? / Deliverables
Your agent pulls the right Wikipedia excerpt, languages, and related pages inline while you draft research notes or marketing copy.
- Search result lists with article titles and snippets
- Lead summaries or section-level article text
- Language edition lists and nearby-page suggestions
Recommended MCP Servers
Journey fit
Early journey research often starts with readable overviews before you drill into primary sources or code. Audience and topic research needs fast summaries, section extracts, and nearby-article discovery without manual tab hopping.
How it compares
Encyclopedic reading MCP, not SPARQL graph analytics or domain/DNS network tools.
Common Questions / FAQ
Who is io.github.cyanheads/wikipedia-mcp-server for?
MCP users who want fast, section-aware Wikipedia retrieval while researching ideas, audiences, or content angles.
When should I use io.github.cyanheads/wikipedia-mcp-server?
Use it when you need summaries, targeted sections, language variants, or geographic nearby articles during early research or content drafting.
How do I add io.github.cyanheads/wikipedia-mcp-server to my agent?
Configure @cyanheads/wikipedia-mcp-server for stdio with Bun run start:stdio, set MCP_LOG_LEVEL if needed, or use the documented localhost:3010 streamable-http transport for HTTP MCP clients.