← Back to browse

Freebeat MCP

Indexed by io.github.freebeatfit

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsFREEBEAT_API_KEY FREEBEAT_API_HOST
Claude Code
claude mcp add --env FREEBEAT_API_KEY= --env FREEBEAT_API_HOST= freebeat-mcp -- npx freebeat-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"freebeat-mcp","command":"npx","args":["freebeat-mcp"],"env":{"FREEBEAT_API_KEY":"","FREEBEAT_API_HOST":""}}'
JSON
{
  "mcpServers": {
    "freebeat-mcp": {
      "command": "npx",
      "args": [
        "freebeat-mcp"
      ],
      "env": {
        "FREEBEAT_API_KEY": "",
        "FREEBEAT_API_HOST": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.