Skip to content
Cursor

Switzerland MCP ๐Ÿ‡จ๐Ÿ‡ญ for Cursor

io.github.vikramgorla/swiss

Swiss open data MCP server. 76 tools, zero API keys. Transport, weather, geodata, news, rates.

client:Cursor transport:stdio runtime:npm

Install Switzerland MCP ๐Ÿ‡จ๐Ÿ‡ญ in Cursor

~/.cursor/mcp.json ยท windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "swiss": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-swiss"
      ]
    }
  }
}

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

Switzerland MCP ๐Ÿ‡จ๐Ÿ‡ญ in other clients