Trust: 25/100 (Limited)
TokenLab MCP Server Guide
Discover TokenLab models and pricing, compare candidates, and call OpenAI-compatible Chat Completions plus native Responses, Anthropic Messages, and Gemini generateContent through nine MCP tools.
by TokenLab
Quick Start
Install
npx -y @tokenlabai/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"tokenlab-mcp-server": {
"command": "npx",
"args": [
"-y @tokenlabai/mcp-server"
]
}
}
}