mcpbeat Sign in

Skolverket MCP Server

local only

Skolverket MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Apr 2026.

MCP server for Skolverket's open APIs - Curriculum, School Units, and Adult Education

Installs / week
npm · skolverket-mcp
10
Stars
1 open issues
22 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

Nothing serious here today

Today is the operative word: we check Skolverket MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add skolverket-mcp -- npx -y skolverket-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "skolverket-mcp": {
      "args": [
        "-y",
        "skolverket-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.skolverket-mcp]
command = "npx"
args = ["-y", "skolverket-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "skolverket-mcp": {
      "args": [
        "-y",
        "skolverket-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "skolverket-mcp": {
      "args": [
        "-y",
        "skolverket-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Skolverket MCP

same job, measured the same way
Coolify MCP
by frndchagas

MCP server for Coolify API operations.

98 installs/wk local only
GPT Image
by codechap

MCP server for OpenAI GPT image generation and editing

local only
Admob MCP Server
by parksanggwon

MCP server for the Google AdMob API — apps, ad units, mediation, and revenue reports

62 installs/wk local only
Dataiku MCP
by clssck

MCP server for Dataiku DSS project, flow, and operations APIs.

34 installs/wk local only
Elimu MCP
by gabrielmahia

MCP server for education coordination in East Africa (elimu = education)

122 installs/wk local only
Ignite UI MCP Server
by igniteui

Unified MCP server for Ignite UI — documentation, API, and CLI scaffolding

255 installs/wk local only
Cron
by ryudi84

MCP server for cron expression parsing, validation, and scheduling.

local only
GPT Chat
by codechap

MCP server for the OpenAI ChatGPT API — chat, vision, and embeddings

local only

Skolverket MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Skolverket MCP?
Skolverket MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package skolverket-mcp.
How do I connect Skolverket MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls skolverket-mcp straight from npm; nothing to host, nothing to sign up for.
Is Skolverket MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 10 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.