mcpbeat Sign in

Srgssr MCP Server

local only

Srgssr MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 104 installs a week from pypi. Last commit 18 Sep 2026.

SRG SSR weather, video, audio, EPG, Polis

Installs per day peak 53 · avg 18 · -34% w/w
a month agotoday
104
Installs / week
pypi · srgssr-mcp
1
Stars
1 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Srgssr MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add srgssr-mcp -- uvx srgssr-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "srgssr-mcp": {
      "args": [
        "srgssr-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.srgssr-mcp]
command = "uvx"
args = ["srgssr-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "srgssr-mcp": {
      "args": [
        "srgssr-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "srgssr-mcp": {
      "args": [
        "srgssr-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Srgssr MCP

same job, measured the same way
Weather MCP Server
by kushknows

An MCP server that provides weather data

46 installs/wk local only
Weather Server Python
by lxchst

An MCP server that provides weather information

61 installs/wk local only
Weather
by yuv24793

An MCP server that provides weather information.

35 installs/wk local only
Tomorrow Io
by pipeworx-io

Tomorrow.io MCP — wraps the Tomorrow.io Weather API (api.tomorrow.io/v4)

38 tools answering
Nws
by pipeworx-io

NWS MCP — US National Weather Service (no auth)

41 tools answering
Qweather MCP
by overstarry

a qweather mcp server

66 installs/wk local only
Weather
by dingw1982

An MCP server for weather information.

54 installs/wk local only
Weather
by alexdemichieli

An MCP server for weather information.

38 installs/wk local only

Srgssr MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Srgssr MCP?
Srgssr MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package srgssr-mcp was installed 104 times last week.
How do I connect Srgssr MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls srgssr-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Srgssr MCP?
The pypi package srgssr-mcp was installed 104 times in the last week. Week over week that is -34%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Srgssr MCP open source?
Yes — it is published under the MIT licence, written in Python, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.