MCP Server

ModelBeam provides an MCP (Model Context Protocol) server for integration with AI assistants like Claude, ChatGPT, and Cursor IDE.

Details

SettingValue
MCP URLhttps://mcp.modelbeam.ai/mcp
OAuth Client IDmodelbeam-mcp
AuthOAuth 2.0 or Bearer token
TransportStreamed HTTP
StatusAlpha
SourceMIT-licensed at github.com/modelbeam-ai/mcp-server-modelbeam

Claude Desktop Configuration

Add this to your Claude Desktop MCP settings:
{
  "mcpServers": {
    "modelbeam": {
      "url": "https://mcp.modelbeam.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Compatibility

The MCP server is compatible with:
  • Claude Web
  • Claude Desktop
  • Cursor IDE
  • ChatGPT

Features

The MCP server includes smart polling with adaptive intervals:
Job TypePoll Interval
Audio (TTS)1-5 seconds
Images2-8 seconds
Video5-30 seconds
All ModelBeam API capabilities are available through the MCP server, including image generation, video generation, audio synthesis, transcription, and more.