Home › Development › TokenLab MCP Server
TokenLab MCP Server
TokenLab MCP server: 31 default and 80 full-profile tools for models, media, tasks, and files.
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/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"tokenlab-mcp-server": {
"command": "npx",
"args": [
"-y",
"@tokenlabai/[email protected]"
],
"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_KEYsecret — 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
mindshub
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
pipedream
Connect with 2,500 APIs with 8,000+ prebuilt tools, and manage servers for your users, in your own app.
metamcp
MetaMCP is the one unified middleware MCP server that manages your MCP connections with GUI.
anyquery
Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database.…
MCPJungle
Self-hosted MCP Server registry for enterprise AI Agents
opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry