Kolada MCP Server

MCP-server för svensk kommun- och regionstatistik från Kolada API. Kolada MCP-server kan LLMs ansluta till via lokal installation – och genom den få direkt tillgång till data och statistik för 5 000+ nyckeltal (KPI:er) inom 264 områden (ex. skola, vård, miljö, ekonomi, demokrati o.s.v.) för Sveriges alla kommuner och regioner. Utvecklad av Isak Skogstad, fristående från Kolada/RKA.

People who work with database, kolada and open data and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-04-22 · ★ 12 · #115 OF 168 MAINTAINED DATABASE · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Kolada MCP Server

Claude Code

claude mcp add isakskogstad-kolada-mcp --transport http https://kolada-mcp-pafn.onrender.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "isakskogstad-kolada-mcp": {
      "url": "https://kolada-mcp-pafn.onrender.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://kolada-mcp-pafn.onrender.com/mcp

transport: streamable-http

endpoint NOT responding · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to kolada-mcp-pafn.onrender.com

license MIT - declared in the repository

npm package kolada-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.isakskogstad is GitHub-verified and matches the repo owner

03 · Who maintains Kolada MCP Server

Kolada MCP Server is maintained by isakskogstad. We track 3 MCP servers from isakskogstad - 3 actively maintained, 27 combined GitHub stars, oldest repo from Nov 2025. Full record: all servers from isakskogstad.

  1. OECD MCP Server OECD economic and statistical data via SDMX API. Access 5,000+ datasets across 17 categories. ★ 8
  2. scb-mcp MCP server for Statistics Sweden (SCB) - 1200+ tables with population, economy, environment data ★ 7

04 · Facts

category
database - ranked #115 of 168 actively-maintained database servers as of 2026-09-18.
registry
io.github.isakskogstad/kolada-mcp (active, first published 2025-11-29)
packages
npm:kolada-mcp-server

05 · Kolada MCP Server FAQ

What is Kolada MCP Server?

MCP-server för svensk kommun- och regionstatistik från Kolada API. Kolada MCP-server kan LLMs ansluta till via lokal installation – och genom den få direkt tillgång till data och statistik för 5 000+ nyckeltal (KPI:er) inom 264 områden (ex. skola, vård, miljö, ekonomi, demokrati o.s.v.) för Sveriges alla kommuner och regioner. Utvecklad av Isak Skogstad, fristående från Kolada/RKA.

Is Kolada MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-04-22. We re-verify nightly.

How do I install Kolada MCP Server?

Run `npx -y kolada-mcp-server`. You can also paste the ready-made client config above.

Does Kolada MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Kolada MCP Server