Skip to content
Cursor

swiss environment mcp for Cursor

io.github.malkreide/swiss-environment-mcp

BAFU environmental data, NABEL air quality, hydrology

client:Cursor transport:stdio runtime:pypi

Install swiss environment mcp in Cursor

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

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

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

swiss environment mcp in other clients