Skip to content
VS Code

wikipedia mcp server for VS Code

io.github.cyanheads/wikipedia-mcp-server

Search Wikipedia, read summaries and full text, target sections, find nearby pages, list languages.

client:VS Code transport:streamable-http runtime:npm tools:6

Install wikipedia mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "wikipedia-mcp-server": {
      "type": "http",
      "url": "https://wikipedia.caseyjhand.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

wikipedia mcp server in other clients