MCP server for Sveriges Radio's Open API - access Swedish radio programs, podcasts, live streams, schedules, news and traffic
MCP server for Sveriges Radio's Open API - access Swedish radio programs, podcasts, live streams, schedules, news and traffic. That is what the sveriges radio mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Koppla MCP-servern till din AI-assistent och ställ frågor på naturligt språk eller hämta data om exemplevis program, podcasts, liveströmmar, spellistor, nyheter och trafikinformation. Servern hämtar data från Sveriges Radios öppna API, som inte längre underhålls men fortfarande går att använda utan problem.
Installation goes through your MCP client rather than a global install: point it at npm on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
The server publishes 14 tools. What each one is for:
get_all_rightnow — Vad som spelas på ALLA kanaler just nuget_channel_rightnow — Aktuellt program på en specifik kanallist_channels — Alla kanaler (P1-P4, lokalstationer)get_channel_schedule — Tablå för en kanal och datumlist_news_programs — Översikt av nyhetsprogramget_latest_news_episodes — Senaste nyhetssändningarget_traffic_messages — Trafikmeddelanden per områdeget_traffic_areas — Trafikområden (med GPS-uppslag)get_playlist_rightnow — Aktuell låt (föregående, nuvarande, nästa)get_channel_playlist — Låthistorik för en kanal inom tidsintervallget_program_playlist — Låthistorik för ett programget_episode_playlist — Komplett spellista för ett avsnittPlenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Sveriges Radio MCP's toolset — get_all_rightnow, get_channel_rightnow, list_channels and 11 more — is a fair guide to whether it matches your workflow. It is maintained by isakskogstad; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_all_rightnow | Vad som spelas på ALLA kanaler just nu |
| get_channel_rightnow | Aktuellt program på en specifik kanal |
| list_channels | Alla kanaler (P1-P4, lokalstationer) |
| get_channel_schedule | Tablå för en kanal och datum |
| list_news_programs | Översikt av nyhetsprogram |
| get_latest_news_episodes | Senaste nyhetssändningar |
| get_traffic_messages | Trafikmeddelanden per område |
| get_traffic_areas | Trafikområden (med GPS-uppslag) |
| get_playlist_rightnow | Aktuell låt (föregående, nuvarande, nästa) |
| get_channel_playlist | Låthistorik för en kanal inom tidsintervall |
| get_program_playlist | Låthistorik för ett program |
| get_episode_playlist | Komplett spellista för ett avsnitt |
| search_programs | Sök efter program (med relevansranking) |
| get_program | Hämta programdetaljer |
{
"mcpServers": {
"sveriges-radio": {
"command": "node",
"args": ["/absolut/sökväg/till/Sveriges.Radio-MCP/dist/index.js"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.