Tinybird (uvx) MCP Server
CommunityContributed by Tinybird
Query and manage Tinybird analytics data sources and endpoints. Run SQL queries, explore schemas, and publish API endpoints.
About the Tinybird (uvx) MCP Server
The Tinybird (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Query and manage Tinybird analytics data sources and endpoints. Run SQL queries, explore schemas, and publish API endpoints. This is a community-contributed MCP server by Tinybird.
Install the Tinybird (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "uvx",
"args": [
"mcp-tinybird",
"stdio"
],
"env": {
"TB_API_URL": "${input:TB_API_URL}",
"TB_ADMIN_TOKEN": "${input:TB_ADMIN_TOKEN}"
},
"metadata": {
"inputs": [
{
"id": "TB_API_URL",
"label": "Tinybird API URL",
"description": "Your Tinybird workspace API URL.",
"type": "url",
"required": true,
"secret": false,
"placeholder": "https://api.us-east.tinybird.co",
"obtain": {
"url": "https://www.tinybird.co/docs/api-reference/overview",
"instructions": "1. Go to your Tinybird workspace\n2. Find your region-specific API URL (e.g., https://api.us-east.tinybird.co)\n3. Copy the URL",
"button_label": "Get API URL"
}
},
{
"id": "TB_ADMIN_TOKEN",
"label": "Tinybird Admin Token",
"description": "Admin token for your Tinybird workspace.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "p.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"obtain": {
"url": "https://app.tinybird.co/tokens",
"instructions": "1. Go to app.tinybird.co > Tokens\n2. Copy your admin token or create a new one\n3. The token starts with p.",
"button_label": "Get Token"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Tinybird (uvx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
MongoDB (Docker)
Connect to MongoDB databases and Atlas clusters via Docker. Query collections, inspect schemas, manage indexes, and run aggregation pipelines in an isolated container.
MongoDB (npx)
Connect to MongoDB databases and Atlas clusters. Query collections, inspect schemas, manage indexes, and run aggregation pipelines through the official MongoDB MCP server.

PostgreSQL (Docker)
Query PostgreSQL databases, analyze performance, and optimize indexes via Docker. Execute SQL, inspect schemas, get EXPLAIN plans, identify slow queries, and run health checks.

PostgreSQL (uvx)
Query PostgreSQL databases, analyze performance, and optimize indexes. Execute SQL, inspect schemas, get EXPLAIN plans, identify slow queries, and run health checks via Postgres MCP Pro.
Redis (Docker)
Interact with Redis databases via Docker. Execute commands, manage keys, and work with data structures across standalone, cluster, and Sentinel modes.
Redis (uvx)
Interact with Redis databases. Execute commands, manage keys, and work with data structures across standalone, cluster, and Sentinel modes.
Install Tinybird (uvx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.