TOKENLAB MCP

Let your AI agent call TokenLab directly.

Add TokenLab to Claude, Codex, Cursor, or any MCP client. Search models, compare prices, and call text, image, video, music, 3D, and audio tools. Start with 31 essentials and expand to all 78 when you need them.

MCP quick setup
Ready to install

Add TokenLab to your MCP client

Copy the client config and replace the API key. You can search models and prices without a key.

Start command

npx -y @tokenlabai/mcp-server

Client config

Get API key
{
  "mcpServers": {
    "tokenlab": {
      "command": "npx",
      "args": [
        "-y",
        "@tokenlabai/mcp-server"
      ],
      "env": {
        "TOKENLAB_API_KEY": "<YOUR_TOKENLAB_API_KEY>",
        "TOKENLAB_MCP_TOOL_PROFILE": "core"
      }
    }
  }
}

Change core to full to enable all 78 tools.

Available after connection

MCP clientTokenLab MCP
Models and pricingcatalog · 6 · No API key
31 essential toolsDefault
78 total toolsSwitch to full

Tools

Start with 31. Expand to 78 when you need more.

The 31 essential tools cover most calls. Switch to the full profile for batches, Responses management, Worlds, and media assets.

Essential tools 31Default

Models and pricing, text and multimodal generation, files, tasks, embeddings, and translation.

Models & pricing

6

Search models, check prices and capabilities, and compare candidates directly.

No API key
list_modelsget_modelget_pricing
get_model_pricingcompare_modelsget_api_overview

Call & create

14

Use Chat Completions, Responses, Messages, Gemini, images, video, music, 3D, and audio.

API key required
create_chat_completioncreate_responsecreate_anthropic_messagecreate_gemini_content
create_imagecreate_image_fileedit_imageedit_image_file
create_videocreate_musiccreate_3d_modelcreate_speechtranscribe_audiotranslate_audio

Files & processing

11

Upload files, check async tasks, create embeddings, rerank results, and translate content.

API key required
upload_filelist_filesretrieve_file
retrieve_file_contentdelete_fileget_task_statuscancel_task
create_embeddingcreate_multimodal_embeddingrerank_documentstranslate_text
All tools 78On demand+47

Adds 47 tools for Responses, batch requests, Worlds, and media asset management.

Includes all 31 essential tools
Responses workflowBatch requestsWorld generationMedia assetsMore model discovery

Add TokenLab to your MCP client

See complete setup examples for Claude Desktop, Codex, Cline, Cursor, and other stdio clients.