mcpbeat Sign in

TokenLab MCP Server

by hedging8563 Your server? Claim it
local only

TokenLab MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 581 installs a week from npm. Last commit 16 Sep 2026.

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

Installs per day peak 482 · avg 31 · +1106% w/w
a month agotoday
581
Installs / week
npm · @tokenlabai/mcp-server
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check TokenLab MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tokenlab -- npx -y @tokenlabai/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tokenlab": {
      "args": [
        "-y",
        "@tokenlabai/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tokenlab]
command = "npx"
args = ["-y", "@tokenlabai/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "tokenlab": {
      "args": [
        "-y",
        "@tokenlabai/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tokenlab": {
      "args": [
        "-y",
        "@tokenlabai/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TOKENLAB_API_BASE (Optional TokenLab API base URL. Defaults to https://api.tokenlab.sh.), TOKENLAB_API_KEY (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TokenLab MCP Server

same job, measured the same way
Niftypm
by niftypm

Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.

answering
Studex MCP Server
by itshivams

Model Context Protocol server for Studex tools, notifications, and profile integrations

answering
Planfix MCP
by theyahia

MCP server for Planfix API — tasks, contacts. 3 tools.

56 installs/wk local only
Delora MCP
by deloraprotocol

Delora MCP server for cross-chain quotes, supported chains, tokens, and tools.

68 installs/wk 6 tools answering
MCP Stl
by daedalus

MCP server for editing STL 3D model files

54 installs/wk local only
TrackingTime
by trackingtime

TrackingTime MCP server for profile, events, users, projects, tasks, customers, and services.

answering
LinkMCP
by linkmcp

Hosted MCP server for LinkedIn: 31 tools for profiles, search, messaging, posts, enrichment.

answering
Planka
by gogogadgetbytes

MCP server for PLANKA kanban boards. Full CRUD for cards, tasks, comments, and labels.

43 installs/wk local only

TokenLab MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for TokenLab MCP Server?
TokenLab MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @tokenlabai/mcp-server was installed 581 times last week.
How do I connect TokenLab MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @tokenlabai/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use TokenLab MCP Server?
The npm package @tokenlabai/mcp-server was installed 581 times in the last week. Week over week that is +1106%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is TokenLab MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.