Server Wiki Explorer
Freeby MCP Community
Wikipedia link explorer MCP App Server with graph visualization
v1.5.0Added Apr 12, 2026
Server Wiki Explorer MCP Server
Wikipedia link explorer MCP App Server with graph visualization
Installation
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-wiki-explorer
Add to claude_desktop_config.json
{
"mcpServers": {
"server-wiki-explorer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-wiki-explorer"]
}
}
}