Skip to content
Zed

wikipedia mcp for Zed

io.github.mrfentmen/wikipedia-mcp

Search Wikipedia, fetch article summaries, and get random articles from the Wikimedia REST API....

client:Zed transport:stdio runtime:npm

Install wikipedia mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "wikipedia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/wikipedia-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

wikipedia mcp in other clients