← Back to Plugins
MCP Server MCP

Freebeat MCP

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Freebeat MCP server for AI music videos, effects, and media uploads.

Homepage Verified source

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "freebeat-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key used to authenticate requests to Freebeat.",
          "isRequired": true,
          "isSecret": true,
          "name": "FREEBEAT_API_KEY"
        },
        {
          "description": "Optional API base URL override for Freebeat.",
          "default": "https://api.freebeatfit.com",
          "name": "FREEBEAT_API_HOST"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...