Skip to content
Cursor

swisstopo mcp for Cursor

io.github.malkreide/swisstopo-mcp

Swiss federal geodata: geocoding, height, STAC, WMTS, OEREB and more

client:Cursor transport:stdio runtime:pypi

Install swisstopo mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "swisstopo-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "swisstopo-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

swisstopo mcp in other clients