MCP Mediawiki for Cursor
io.github.crunchtools/mediawiki
Secure MCP server for MediaWiki wikis — search, pages, categories, and more
client:Cursor
transport:stdio
runtime:pypi
Install MCP Mediawiki in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mediawiki": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-mediawiki-crunchtools"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs