What is the Data Montreal MCP server?
DataMontreal MCP — City of Montreal open data (donnees.montreal.ca, CKAN API).
How to install Data Montreal
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"data-montreal": {
"url": "https://gateway.pipeworx.io/data-montreal/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"data-montreal": {
"serverUrl": "https://gateway.pipeworx.io/data-montreal/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"data-montreal": {
"type": "http",
"url": "https://gateway.pipeworx.io/data-montreal/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"data-montreal": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/data-montreal/mcp"
]
}
}
}Claude Code
claude mcp add --transport http data-montreal https://gateway.pipeworx.io/data-montreal/mcp