← Back to browse

TokenLab MCP Server

Indexed by io.github.hedging8563

About

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

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 varsTOKENLAB_API_BASE TOKENLAB_API_KEY TOKENLAB_REQUEST_TIMEOUT_MS TOKENLAB_MCP_TOOL_PROFILE TOKENLAB_MCP_SCHEMA_MODE TOKENLAB_MCP_MAX_FILE_BYTES TOKENLAB_MCP_INLINE_BYTES TOKENLAB_ARTIFACT_DIR
Claude Code
claude mcp add --env TOKENLAB_API_BASE= --env TOKENLAB_API_KEY= --env TOKENLAB_REQUEST_TIMEOUT_MS= --env TOKENLAB_MCP_TOOL_PROFILE= --env TOKENLAB_MCP_SCHEMA_MODE= --env TOKENLAB_MCP_MAX_FILE_BYTES= --env TOKENLAB_MCP_INLINE_BYTES= --env TOKENLAB_ARTIFACT_DIR= tokenlab -- npx @tokenlabai/mcp-server
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":"tokenlab","command":"npx","args":["@tokenlabai/mcp-server"],"env":{"TOKENLAB_API_BASE":"","TOKENLAB_API_KEY":"","TOKENLAB_REQUEST_TIMEOUT_MS":"","TOKENLAB_MCP_TOOL_PROFILE":"","TOKENLAB_MCP_SCHEMA_MODE":"","TOKENLAB_MCP_MAX_FILE_BYTES":"","TOKENLAB_MCP_INLINE_BYTES":"","TOKENLAB_ARTIFACT_DIR":""}}'
JSON
{
  "mcpServers": {
    "tokenlab": {
      "command": "npx",
      "args": [
        "@tokenlabai/mcp-server"
      ],
      "env": {
        "TOKENLAB_API_BASE": "",
        "TOKENLAB_API_KEY": "",
        "TOKENLAB_REQUEST_TIMEOUT_MS": "",
        "TOKENLAB_MCP_TOOL_PROFILE": "",
        "TOKENLAB_MCP_SCHEMA_MODE": "",
        "TOKENLAB_MCP_MAX_FILE_BYTES": "",
        "TOKENLAB_MCP_INLINE_BYTES": "",
        "TOKENLAB_ARTIFACT_DIR": ""
      }
    }
  }
}

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