Skip to content
VS Code

wikitrending mcp for VS Code

io.github.mrfentmen/wikitrending-mcp

Wikipedia featured content for a day. No key required.

client:VS Code transport:stdio runtime:npm

Install wikitrending mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "wikitrending-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "wikitrending-mcp"
      ]
    }
  }
}

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

wikitrending mcp in other clients