Skolverket MCP for Cursor
io.github.ksaklfszf921/skolverket-mcp
MCP server for Skolverket's open APIs - Curriculum, School Units, and Adult Education
client:Cursor
transport:stdio
runtime:npm
Install Skolverket MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"skolverket-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"skolverket-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs