Odel
TokenLab MCP Server

TokenLab MCP Server

Local
@hedging8563JavaScriptMITUpdated 1mo ago

TokenLab MCP server: 31 default and 80 full-profile tools for models, media, tasks, and files.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@tokenlabai/mcp-serverv0.6.17

Run

npx -y @tokenlabai/mcp-server

MCP client config

{
  "mcpServers": {
    "tokenlab-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@tokenlabai/mcp-server"
      ]
    }
  }
}