★ 0 stars
TypeScript
🧠 Memory/Knowledge
Updated 2d ago
Search Wikipedia articles, read summaries and full text, target sections, find nearby pages, and list language editions via MCP. STDIO or Streamable HTTP.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"wikipedia-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/wikipedia-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add wikipedia-mcp-server npx -y cyanheads/wikipedia-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"wikipedia-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/wikipedia-mcp-server"
]
}
}
}
📋 Copy
Topics
bun mcp mcp-server mediawiki model-context-protocol stdio streamable-http typescript wikipedia