What is the Wikimedia Rest MCP server?
Wikimedia REST API v1 MCP.
How to install Wikimedia Rest
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"wikimedia-rest": {
"url": "https://gateway.pipeworx.io/wikimedia-rest/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"wikimedia-rest": {
"serverUrl": "https://gateway.pipeworx.io/wikimedia-rest/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"wikimedia-rest": {
"type": "http",
"url": "https://gateway.pipeworx.io/wikimedia-rest/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"wikimedia-rest": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/wikimedia-rest/mcp"
]
}
}
}Claude Code
claude mcp add --transport http wikimedia-rest https://gateway.pipeworx.io/wikimedia-rest/mcp