Skolverket MCP
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.
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
Maintainer
Works with
Installation
Manual Installation
npx skolverket-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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)
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-MCPInstall dependencies and build
Install all Node.js dependencies and compile the TypeScript source to JavaScript in the dist/ folder.
npm install
npm run buildNote 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.jsAdd 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"]
}
}
}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.jsRestart 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.
Skolverket MCP Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to Skolverket MCP? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
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.
Set Up Skolverket MCP in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.