Skolverket MCP
Rank #13,677io.github.KSAklfszf921/skolverket-mcp
MCP server providing skolverket-mcp capabilities
Skolverket MCP is a Model Context Protocol (MCP) server published by isakskogstad. It ranks #13,677 of 115,460 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Skolverket MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 4 tracked versions. It was first listed on Oct 29, 2025 and most recently updated on Oct 31, 2025.
Ranks ahead of 101,783 of 115,460 servers on MCP Toplist.
Use Skolverket MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http skolverket-mcp https://skolverket-mcp.onrender.com/mcpclaude mcp add skolverket-mcp -- npx -y skolverket-mcp[mcp_servers.skolverket-mcp]
url = "https://skolverket-mcp.onrender.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.skolverket-mcp]
command = "npx"
args = ["-y", "skolverket-mcp"]Add to ~/.codex/config.toml.
https://skolverket-mcp.onrender.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"skolverket-mcp": {
"command": "npx",
"args": [
"-y",
"skolverket-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"skolverket-mcp": {
"url": "https://skolverket-mcp.onrender.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"skolverket-mcp": {
"command": "npx",
"args": [
"-y",
"skolverket-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"skolverket-mcp": {
"type": "http",
"url": "https://skolverket-mcp.onrender.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"skolverket-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"skolverket-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"skolverket-mcp": {
"serverUrl": "https://skolverket-mcp.onrender.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"skolverket-mcp": {
"command": "npx",
"args": [
"-y",
"skolverket-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"skolverket-mcp": {
"url": "https://skolverket-mcp.onrender.com/mcp"
}
}
}{
"mcpServers": {
"skolverket-mcp": {
"command": "npx",
"args": [
"-y",
"skolverket-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.KSAklfszf921%2Fskolverket-mcp)<a href="https://mcptoplist.com/server/io.github.KSAklfszf921%2Fskolverket-mcp"><img src="https://mcptoplist.com/badge/io.github.KSAklfszf921%2Fskolverket-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
isakskogstad
Other servers by isakskogstad
- Riksdag Regering MCP#11,157 · 2 vers
- Kolada MCP#15,823 · 2 vers
- Oecd MCP#18,404 · 2 vers
- Scb MCP#19,334 · 2 vers
- KB MCP Server#51,401
- Personupplysning MCP Server#81,985
- SVT Text-TV MCP Server#84,130
Available versions (4)
| Version | Published |
|---|---|
| 2.1.3 | Oct 31, 2025 |
| 2.1.2 | Oct 31, 2025 |
| 2.1.1 | Oct 31, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Skolverket MCP?
- Skolverket MCP is maintained by isakskogstad, which publishes 8 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Skolverket MCP listed on the Official MCP Registry?
- Yes — Skolverket MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Skolverket MCP have?
- MCP Toplist tracks 4 versions of Skolverket MCP, most recently published on Oct 31, 2025.
- Where can I find the source code for Skolverket MCP?
- The source code for Skolverket MCP is hosted at github.com/isakskogstad/skolverket-mcp.