← Back to Plugins
MCP Server MCP

SRG+

github By github 👁 1 views ▲ 0 votes

Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.

Homepage Verified source GitHub

Install

uvx srgplus-mcp

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.srgplus.com/mcp",
      "headers": [
        {
          "description": "SRG+ workspace API key(s). Single: srgplus_xxx. Multiple workspaces: srgplus_xxx,srgplus_yyy (comma-separated). Or use the OAuth flow (recommended for browser-based clients) and the multi-key consent page handles this automatically.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "srgplus-mcp",
      "version": "0.4.7",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SRG+ workspace API key(s). Single key: srgplus_xxx. Multiple workspaces: srgplus_xxx,srgplus_yyy (comma-separated). Get keys from Settings -> Workspaces -> API Keys.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SRG_API_KEYS"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http pypi

Comments

Sign in to leave a comment

Loading comments...