Skip to content
Cursor

swiss snb mcp for Cursor

io.github.malkreide/swiss-snb-mcp

SNB data portal: exchange rates, balance sheet, policy rates, SARON, monetary aggregates

client:Cursor transport:stdio runtime:pypi

Install swiss snb mcp in Cursor

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

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

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

swiss snb mcp in other clients