Skip to content
Cursor

swiss efv mcp for Cursor

io.github.malkreide/swiss-efv-mcp

MCP server for Swiss federal finances (EFV): budget, debt, forecasts and spending data

client:Cursor transport:stdio runtime:pypi

Install swiss efv mcp in Cursor

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

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

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

swiss efv mcp in other clients