TokenLab MCP Server
Rank #6,154io.github.hedging8563/tokenlab
TokenLab MCP server: 31 default and 80 full-profile tools for models, media, tasks, and files.
TokenLab MCP Server is a Model Context Protocol (MCP) server published by hedging8563. It ranks #6,154 of 132,113 servers tracked on MCP Toplist. TokenLab MCP Server is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 27 tracked versions. It was first listed on Jul 9, 2026 and most recently updated on Sep 16, 2026.
Ranks ahead of 125,959 of 132,113 servers on MCP Toplist.
Use TokenLab MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tokenlab -e "TOKENLAB_API_BASE=<your TOKENLAB_API_BASE>" -e "TOKENLAB_API_KEY=<your TOKENLAB_API_KEY>" -e "TOKENLAB_REQUEST_TIMEOUT_MS=<your TOKENLAB_REQUEST_TIMEOUT_MS>" -e "TOKENLAB_MCP_TOOL_PROFILE=<your TOKENLAB_MCP_TOOL_PROFILE>" -e "TOKENLAB_MCP_SCHEMA_MODE=<your TOKENLAB_MCP_SCHEMA_MODE>" -e "TOKENLAB_MCP_MAX_FILE_BYTES=<your TOKENLAB_MCP_MAX_FILE_BYTES>" -e "TOKENLAB_MCP_INLINE_BYTES=<your TOKENLAB_MCP_INLINE_BYTES>" -e "TOKENLAB_ARTIFACT_DIR=<your TOKENLAB_ARTIFACT_DIR>" -- npx -y @tokenlabai/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.tokenlab]
command = "npx"
args = ["-y", "@tokenlabai/mcp-server"]
[mcp_servers.tokenlab.env]
TOKENLAB_API_BASE = "<your TOKENLAB_API_BASE>"
TOKENLAB_API_KEY = "<your TOKENLAB_API_KEY>"
TOKENLAB_REQUEST_TIMEOUT_MS = "<your TOKENLAB_REQUEST_TIMEOUT_MS>"
TOKENLAB_MCP_TOOL_PROFILE = "<your TOKENLAB_MCP_TOOL_PROFILE>"
TOKENLAB_MCP_SCHEMA_MODE = "<your TOKENLAB_MCP_SCHEMA_MODE>"
TOKENLAB_MCP_MAX_FILE_BYTES = "<your TOKENLAB_MCP_MAX_FILE_BYTES>"
TOKENLAB_MCP_INLINE_BYTES = "<your TOKENLAB_MCP_INLINE_BYTES>"
TOKENLAB_ARTIFACT_DIR = "<your TOKENLAB_ARTIFACT_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tokenlab": {
"command": "npx",
"args": [
"-y",
"@tokenlabai/mcp-server"
],
"env": {
"TOKENLAB_API_BASE": "<your TOKENLAB_API_BASE>",
"TOKENLAB_API_KEY": "<your TOKENLAB_API_KEY>",
"TOKENLAB_REQUEST_TIMEOUT_MS": "<your TOKENLAB_REQUEST_TIMEOUT_MS>",
"TOKENLAB_MCP_TOOL_PROFILE": "<your TOKENLAB_MCP_TOOL_PROFILE>",
"TOKENLAB_MCP_SCHEMA_MODE": "<your TOKENLAB_MCP_SCHEMA_MODE>",
"TOKENLAB_MCP_MAX_FILE_BYTES": "<your TOKENLAB_MCP_MAX_FILE_BYTES>",
"TOKENLAB_MCP_INLINE_BYTES": "<your TOKENLAB_MCP_INLINE_BYTES>",
"TOKENLAB_ARTIFACT_DIR": "<your TOKENLAB_ARTIFACT_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tokenlab": {
"command": "npx",
"args": [
"-y",
"@tokenlabai/mcp-server"
],
"env": {
"TOKENLAB_API_BASE": "<your TOKENLAB_API_BASE>",
"TOKENLAB_API_KEY": "<your TOKENLAB_API_KEY>",
"TOKENLAB_REQUEST_TIMEOUT_MS": "<your TOKENLAB_REQUEST_TIMEOUT_MS>",
"TOKENLAB_MCP_TOOL_PROFILE": "<your TOKENLAB_MCP_TOOL_PROFILE>",
"TOKENLAB_MCP_SCHEMA_MODE": "<your TOKENLAB_MCP_SCHEMA_MODE>",
"TOKENLAB_MCP_MAX_FILE_BYTES": "<your TOKENLAB_MCP_MAX_FILE_BYTES>",
"TOKENLAB_MCP_INLINE_BYTES": "<your TOKENLAB_MCP_INLINE_BYTES>",
"TOKENLAB_ARTIFACT_DIR": "<your TOKENLAB_ARTIFACT_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tokenlab": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tokenlabai/mcp-server"
],
"env": {
"TOKENLAB_API_BASE": "<your TOKENLAB_API_BASE>",
"TOKENLAB_API_KEY": "<your TOKENLAB_API_KEY>",
"TOKENLAB_REQUEST_TIMEOUT_MS": "<your TOKENLAB_REQUEST_TIMEOUT_MS>",
"TOKENLAB_MCP_TOOL_PROFILE": "<your TOKENLAB_MCP_TOOL_PROFILE>",
"TOKENLAB_MCP_SCHEMA_MODE": "<your TOKENLAB_MCP_SCHEMA_MODE>",
"TOKENLAB_MCP_MAX_FILE_BYTES": "<your TOKENLAB_MCP_MAX_FILE_BYTES>",
"TOKENLAB_MCP_INLINE_BYTES": "<your TOKENLAB_MCP_INLINE_BYTES>",
"TOKENLAB_ARTIFACT_DIR": "<your TOKENLAB_ARTIFACT_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tokenlab": {
"command": "npx",
"args": [
"-y",
"@tokenlabai/mcp-server"
],
"env": {
"TOKENLAB_API_BASE": "<your TOKENLAB_API_BASE>",
"TOKENLAB_API_KEY": "<your TOKENLAB_API_KEY>",
"TOKENLAB_REQUEST_TIMEOUT_MS": "<your TOKENLAB_REQUEST_TIMEOUT_MS>",
"TOKENLAB_MCP_TOOL_PROFILE": "<your TOKENLAB_MCP_TOOL_PROFILE>",
"TOKENLAB_MCP_SCHEMA_MODE": "<your TOKENLAB_MCP_SCHEMA_MODE>",
"TOKENLAB_MCP_MAX_FILE_BYTES": "<your TOKENLAB_MCP_MAX_FILE_BYTES>",
"TOKENLAB_MCP_INLINE_BYTES": "<your TOKENLAB_MCP_INLINE_BYTES>",
"TOKENLAB_ARTIFACT_DIR": "<your TOKENLAB_ARTIFACT_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tokenlab": {
"command": "npx",
"args": [
"-y",
"@tokenlabai/mcp-server"
],
"env": {
"TOKENLAB_API_BASE": "<your TOKENLAB_API_BASE>",
"TOKENLAB_API_KEY": "<your TOKENLAB_API_KEY>",
"TOKENLAB_REQUEST_TIMEOUT_MS": "<your TOKENLAB_REQUEST_TIMEOUT_MS>",
"TOKENLAB_MCP_TOOL_PROFILE": "<your TOKENLAB_MCP_TOOL_PROFILE>",
"TOKENLAB_MCP_SCHEMA_MODE": "<your TOKENLAB_MCP_SCHEMA_MODE>",
"TOKENLAB_MCP_MAX_FILE_BYTES": "<your TOKENLAB_MCP_MAX_FILE_BYTES>",
"TOKENLAB_MCP_INLINE_BYTES": "<your TOKENLAB_MCP_INLINE_BYTES>",
"TOKENLAB_ARTIFACT_DIR": "<your TOKENLAB_ARTIFACT_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hedging8563%2Ftokenlab)<a href="https://mcptoplist.com/server/io.github.hedging8563%2Ftokenlab"><img src="https://mcptoplist.com/badge/io.github.hedging8563%2Ftokenlab.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
hedging8563
Other servers by hedging8563
View all hedging8563 servers →Available versions (27)
| Version | Published |
|---|---|
| 0.6.20 | Sep 16, 2026 |
| 0.6.19 | Sep 16, 2026 |
| 0.6.18 | Sep 16, 2026 |
| 0.6.17 | Jul 25, 2026 |
| 0.6.15 | Jul 25, 2026 |
| 0.6.14 | Jul 24, 2026 |
| 0.6.13 | Jul 22, 2026 |
| 0.6.12 | Jul 22, 2026 |
| 0.6.11 | Jul 22, 2026 |
| 0.6.10 | Jul 21, 2026 |
| 0.6.9 | Jul 20, 2026 |
| 0.6.8 | Jul 20, 2026 |
| 0.6.7 | Jul 20, 2026 |
| 0.6.6 | Jul 16, 2026 |
| 0.6.5 | Jul 15, 2026 |
| 0.6.4 | Jul 14, 2026 |
| 0.6.3 | Jul 12, 2026 |
| 0.6.2 | Jul 12, 2026 |
| 0.6.1 | Jul 12, 2026 |
| 0.6.0 | Jul 12, 2026 |
| 0.5.0 | Jul 11, 2026 |
| 0.4.2 | Jul 10, 2026 |
| 0.4.1 | Jul 10, 2026 |
| 0.4.0 | Jul 10, 2026 |
| 0.3.0 | Jul 9, 2026 |
| 0.2.2 | Jul 9, 2026 |
| 0.2.0 | Jul 9, 2026 |
Frequently asked questions
- Who maintains TokenLab MCP Server?
- TokenLab MCP Server is maintained by hedging8563, which publishes 2 MCP servers (27 total versions) tracked on MCP Toplist.
- Is TokenLab MCP Server listed on the Official MCP Registry?
- Yes — TokenLab MCP Server is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does TokenLab MCP Server have?
- MCP Toplist tracks 27 versions of TokenLab MCP Server, most recently published on Sep 16, 2026.
- Where can I find the source code for TokenLab MCP Server?
- The source code for TokenLab MCP Server is hosted at github.com/hedging8563/tokenlab-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.