← Back to Plugins
MCP Server MCP

Clipia

github By github 👁 1 views ▲ 0 votes

Generate AI images, video, speech, music and presentations from Claude, ChatGPT and Cursor.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.clipia.ai/mcp",
      "headers": [
        {
          "description": "Clipia API key from the Developer Console (https://clipia.ai/en/developer). Format: 'Bearer clipia_...'. The endpoint also supports OAuth 2.1 (PKCE) for claude.ai and ChatGPT — no key needed there.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...