Back to Apps

TokenLab Model Explorer
Supports UIby hedging8563
Explore LLM models, compare pricing, and generate API examples using TokenLab's model directory.
0 stars
Works in:ChatGPTCursor
Exposes:ToolsResources
What it does
TokenLab Model Explorer is an MCP App that provides an interactive widget and tools to browse and compare various LLM models available via TokenLab. It simplifies the process of finding the right model for a specific task and generating the necessary code to use it.
Key features
- Model Discovery: Browse the TokenLab model catalog by category or search query.
- Price Comparison: Compare pricing metadata for up to 8 different model IDs simultaneously.
- Code Generation: Instantly generate cURL and code snippets for OpenAI-compatible and native TokenLab endpoints.
- Streamable HTTP: Implements a high-performance HTTP MCP endpoint for seamless integration.
Installation
- Claude Desktop: Configure the MCP server to point to the local server or the hosted Vercel endpoint.
- ChatGPT: Add
https://tokenlab-model-explorer.vercel.app/mcpas a connector in developer mode. - Local: Run
npm install && npm startand point your agent tohttp://localhost:8000/mcp.
Supported hosts
- Claude Desktop
- ChatGPT
- Cursor
Quick install
npm install && npm startInformation
- Pricing
- free
- Published
- 7/18/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
ChatGPT
URL: https://tokenlab-model-explorer.vercel.app/mcpClaude Desktop
{
"mcpServers": {
"tokenlab-explorer": {
"command": "npx",
"args": ["-y", "tokenlab-openai-apps-model-explorer"]
}
}
}





