PluginBench
MCP Server

Kolada MCP Server MCP Server

io.github.isakskogstad/kolada-mcp

What is the Kolada MCP Server MCP server?

Swedish municipality statistics from Kolada API. 6000+ KPIs for all 290 municipalities.

How to install Kolada MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kolada-mcp": {
      "command": "node",
      "args": [
        "-y",
        "kolada-mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "kolada-mcp": {
      "command": "node",
      "args": [
        "-y",
        "kolada-mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "kolada-mcp": {
      "command": "node",
      "args": [
        "-y",
        "kolada-mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "kolada-mcp": {
      "type": "stdio",
      "command": "node",
      "args": [
        "-y",
        "kolada-mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add kolada-mcp -- node -y kolada-mcp-server

Related MCP servers

OECD economic and statistical data via SDMX API. Access 5,000+ datasets across 17 categories.

View repository →

MCP server for Statistics Sweden (SCB) - 1200+ tables with population, economy, environment data

View repository →