Skip to content
VS Code

MCP Mediawiki for VS Code

io.github.crunchtools/mediawiki

Secure MCP server for MediaWiki wikis — search, pages, categories, and more

client:VS Code transport:stdio runtime:pypi

Install MCP Mediawiki in VS Code

.vscode/mcp.json

{
  "servers": {
    "mediawiki": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-mediawiki-crunchtools"
      ]
    }
  }
}

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

MCP Mediawiki in other clients