MCP Server
Maintained
MIT
Skolverket MCP MCP Server
io.github.KSAklfszf921/skolverket-mcp
What is the Skolverket MCP MCP server?
MCP server for Skolverket's open APIs - Curriculum, School Units, and Adult Education
How to install Skolverket MCP
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": {
"skolverket-mcp": {
"command": "npx",
"args": [
"-y",
"skolverket-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"skolverket-mcp": {
"command": "npx",
"args": [
"-y",
"skolverket-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"skolverket-mcp": {
"command": "npx",
"args": [
"-y",
"skolverket-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"skolverket-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"skolverket-mcp"
]
}
}
}Claude Code
claude mcp add skolverket-mcp -- npx -y skolverket-mcpRelated MCP servers
Riksdag & Regering MCP
Maintained
Svenska Riksdagens och Regeringskansliets öppna data - 27 verktyg för politik, dokument och analys
28
View repository →TypeScript