HomeDevelopment › TokenLab MCP Server

TokenLab MCP Server

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

TypeScript Cloud
★ 0 stars Last pushed 2026-09-16 License: MIT

Topics: Aggregators

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.6.20)

npx -y @tokenlabai/mcp-server@0.6.20

Or add to your MCP client config:

{
  "mcpServers": {
    "tokenlab-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@tokenlabai/mcp-server@0.6.20"
      ],
      "env": {
        "TOKENLAB_API_BASE": "<YOUR_VALUE>",
        "TOKENLAB_API_KEY": "<YOUR_VALUE>",
        "TOKENLAB_REQUEST_TIMEOUT_MS": "<YOUR_VALUE>",
        "TOKENLAB_MCP_TOOL_PROFILE": "<YOUR_VALUE>",
        "TOKENLAB_MCP_SCHEMA_MODE": "<YOUR_VALUE>",
        "TOKENLAB_MCP_MAX_FILE_BYTES": "<YOUR_VALUE>",
        "TOKENLAB_MCP_INLINE_BYTES": "<YOUR_VALUE>",
        "TOKENLAB_ARTIFACT_DIR": "<YOUR_VALUE>"
      }
    }
  }
}
  • TOKENLAB_API_BASE — Optional TokenLab API base URL. Defaults to https://api.tokenlab.sh.
  • TOKENLAB_API_KEY secret — Optional TokenLab API key. Required for LLM inference, multimodal generation, async task, embedding, rerank, and translation tools.
  • TOKENLAB_REQUEST_TIMEOUT_MS — Optional request timeout in milliseconds. Defaults to 120000.
  • TOKENLAB_MCP_TOOL_PROFILE — Optional generated tool profile: catalog, core (default), or full.
  • TOKENLAB_MCP_SCHEMA_MODE — Optional tool schema mode: portable, exact, or strict. Defaults to the selected profile's tested mode.
  • TOKENLAB_MCP_MAX_FILE_BYTES — Optional maximum local upload size per file. Defaults to 104857600 bytes.
  • TOKENLAB_MCP_INLINE_BYTES — Optional maximum response size returned inline. Defaults to 2097152 bytes.
  • TOKENLAB_ARTIFACT_DIR — Optional local directory for response artifacts that are not returned inline.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry