Skip to content
VS Code

swiss statistics mcp for VS Code

io.github.malkreide/swiss-statistics-mcp

BFS STAT-TAB PxWeb API for official Swiss statistics

client:VS Code transport:stdio runtime:pypi

Install swiss statistics mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "swiss-statistics-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "swiss-statistics-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

swiss statistics mcp in other clients