Skolverket MCP

v1.0.0Search & Data Extractionstable

MCP server for Swedish National Agency for Education (Skolverket) open data. Tuned for LLMs to query, parse, and integrate info, data, and stats from three public API endpoints.

aianthropicapichatgptclaude
Share:
10
Stars
0
Downloads
0
Weekly
0/5

What is Skolverket MCP?

Skolverket MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for swedish national agency for education (skolverket) open data. tuned for llms to query, parse, and integrate info, data, and stats from three public api endpoints.

MCP server for Swedish National Agency for Education (Skolverket) open data. Tuned for LLMs to query, parse, and integrate info, data, and stats from three public API endpoints.

This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP server for Swedish National Agency for Education (Skolve

Use Cases

Query Swedish education statistics
Access public education data
isakskogstad

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedApr 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx skolverket-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Skolverket MCP

The Skolverket MCP Server gives AI assistants direct access to the Swedish National Agency for Education's public open-data APIs, offering 41 tools that cover syllabi, course and grade requirements, school unit search, planned vocational educations, adult education statistics, and more—all without requiring any API key.

Prerequisites

  • Node.js 18 or higher installed
  • npm or another Node package manager
  • Git to clone the repository
  • Claude Desktop, Claude Code, or another MCP-compatible client
  • No Skolverket API credentials needed (public APIs)
1

Clone the repository

Clone the Skolverket-MCP repository from GitHub to your local machine.

git clone https://github.com/isakskogstad/Skolverket-MCP.git
cd Skolverket-MCP
2

Install dependencies and build

Install all Node.js dependencies and compile the TypeScript source to JavaScript in the dist/ folder.

npm install
npm run build
3

Note the absolute path to the built file

The MCP client needs the absolute path to dist/index.js. Run pwd to get the current directory and append /dist/index.js.

pwd
# Example output: /Users/yourname/Skolverket-MCP
# Full path will be: /Users/yourname/Skolverket-MCP/dist/index.js
4

Add to Claude Desktop configuration

Open ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) and add the skolverket server block. Use the absolute path from the previous step.

{
  "mcpServers": {
    "skolverket": {
      "command": "node",
      "args": ["/absolute/path/to/Skolverket-MCP/dist/index.js"]
    }
  }
}
5

Add via Claude Code CLI (alternative)

If you use Claude Code, you can register the server directly from the terminal without editing a config file manually.

claude mcp add skolverket node /absolute/path/to/Skolverket-MCP/dist/index.js
6

Restart your client and test

Restart Claude Desktop or Claude Code. The 41 Skolverket tools will be available. Try asking about Swedish school curricula to confirm the connection is working.

Skolverket MCP Examples

Client configuration

Claude Desktop config referencing the locally built dist/index.js file.

{
  "mcpServers": {
    "skolverket": {
      "command": "node",
      "args": ["/Users/yourname/Skolverket-MCP/dist/index.js"]
    }
  }
}

Prompts to try

Natural language prompts that exercise the three main API areas: syllabi, school units, and planned educations.

- "Compare grade E and grade A requirements for the course Swedish 1"
- "Find all active upper secondary schools in Stockholm county"
- "How did programming topics evolve across Swedish curricula from 2011 to 2025?"
- "List vocational programs with available adult education in Gothenburg"
- "What subjects are included in the natural science program curriculum?"

Troubleshooting Skolverket MCP

node: cannot find module error when starting the server

Make sure you ran `npm run build` successfully and that dist/index.js exists. The path in the config must be the absolute path to this compiled file, not to the TypeScript source.

Tools appear but return empty or error responses

Skolverket's public APIs are occasionally rate-limited or temporarily unavailable. Wait a moment and retry. Also verify your internet connection since the server makes outbound HTTPS calls to Skolverket endpoints.

41 tools not visible—only a few show up

Some MCP clients cap how many tools are shown. Confirm you have rebuilt after the latest git pull. If using Claude Code, run `claude mcp list` to check the server is registered, then explicitly ask for a tool by name to bypass any display limit.

Frequently Asked Questions about Skolverket MCP

What is Skolverket MCP?

Skolverket MCP is a Model Context Protocol (MCP) server that mcp server for swedish national agency for education (skolverket) open data. tuned for llms to query, parse, and integrate info, data, and stats from three public api endpoints. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Skolverket MCP?

Follow the installation instructions on the Skolverket MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Skolverket MCP?

Skolverket MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Skolverket MCP free to use?

Yes, Skolverket MCP is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Search & Data Extraction MCP Servers

Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "skolverket-mcp": { "command": "npx", "args": ["-y", "skolverket-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Skolverket MCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides