Tinybird MCP Server
Integrate Tinybird’s analytics power into your AI workflows with the Tinybird MCP Server for FlowHunt. Query, manage, and automate your data seamlessly.

What does “Tinybird” MCP Server do?
The Tinybird MCP (Model Context Protocol) Server is designed to connect AI assistants with the Tinybird data analytics platform. It enables seamless interaction between AI clients and Tinybird workspaces, making it possible to query data sources, retrieve results from API endpoints, and push datafiles directly from the assistant. This integration streamlines workflows for developers, data analysts, and other users by allowing them to perform database queries, manage data, and interact with APIs within the context of their development environment. The server supports both SSE and STDIO modes, offering flexibility for different client architectures and use cases.
List of Prompts
- Query Tinybird Data Sources: A prompt template that enables users to query Tinybird data sources via the Tinybird Query API.
List of Resources
(No explicit resources are listed in the provided information.)
List of Tools
- Query Tinybird Data Sources: Allows execution of queries against Tinybird data sources using the Query API.
- Get Tinybird API Endpoint Results: Fetches results from existing Tinybird API endpoints via HTTP requests.
- Push Datafiles: Enables uploading datafiles to Tinybird.
Use Cases of this MCP Server
- Data Analytics & Exploration: Developers can query and analyze data stored in Tinybird directly from their AI assistant, streamlining data-driven decision-making.
- API Integration: Easily retrieve results from Tinybird API endpoints, simplifying the integration of analytics into other applications or dashboards.
- Automated Reporting: Use the AI assistant to generate and deliver periodic analytics reports by querying Tinybird data sources.
- Data Ingestion & Management: Push new datafiles to Tinybird for real-time analytics, allowing for quick updates and iterative analytics workflows.
- Workflow Automation: Combine querying, pushing, and retrieving data for end-to-end automation of data workflows within development environments.
How to set it up
Windsurf
(No information provided.)
Claude
- Prerequisites: Ensure you have a Tinybird Account & Workspace, Claude Desktop, and
uv
installed. - Locate Configuration File:
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%/Claude/claude_desktop_config.json
- MacOS:
- Add Tinybird MCP Server: Paste the following into your config file, replacing placeholder values:
{ "mcpServers": { "mcp-tinybird": { "command": "uvx", "args": [ "mcp-tinybird", "stdio" ], "env": { "TB_API_URL": "<TINYBIRD_API_URL>", "TB_ADMIN_TOKEN": "<TINYBIRD_ADMIN_TOKEN>" } } } }
- Save and Restart: Save the file and restart Claude Desktop.
- Verify: Ensure the server connects and is available in Claude.
Securing API Keys
Environment variables are used for API keys. Example:
"env": {
"TB_API_URL": "<TINYBIRD_API_URL>",
"TB_ADMIN_TOKEN": "<TINYBIRD_ADMIN_TOKEN>"
}
Cursor
(No information provided.)
Cline
(No information provided.)
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"mcp-tinybird": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “mcp-tinybird” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ✅ | Only one prompt listed: Query Tinybird Data Sources |
List of Resources | ⛔ | None specified |
List of Tools | ✅ | Query, Get Endpoint Results, Push Datafiles |
Securing API Keys | ✅ | Uses env vars in config |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
A quick assessment: Tinybird MCP Server provides clear setup instructions for Claude and basic tool descriptions, but lacks explicit resource documentation and cross-platform setup details. Its toolset is focused and practical for Tinybird workflows, but the absence of resource and sampling info limits advanced MCP scenarios.
MCP Score
Has a LICENSE | ✅ (Apache-2.0) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 14 |
Number of Stars | 69 |
Rating:
Based on the information provided and the tables above, I would rate this MCP server a 6/10. It is solid for Tinybird users with good basic integration and security practices, but missing some documentation and advanced MCP features.
Frequently asked questions
- What is the Tinybird MCP Server?
The Tinybird MCP Server enables AI assistants to connect with Tinybird, allowing seamless querying of data sources, access to API endpoints, and management of datafiles directly from your development or analytics workflow.
- What tools does the Tinybird MCP Server provide?
It provides tools to query Tinybird data sources, fetch API endpoint results, and push datafiles for real-time analytics and workflow automation.
- How do I secure my Tinybird API keys?
API keys should be set via environment variables in your configuration file, ensuring secure access and management of sensitive credentials.
- What are common use cases for this MCP Server?
Common use cases include data analytics and exploration, API integration, automated reporting, data ingestion, and workflow automation—streamlining data-driven processes for developers and analysts.
- Can I use the Tinybird MCP Server in FlowHunt flows?
Yes. Add the MCP component to your flow, configure it with your server details, and your AI agent will have direct access to Tinybird’s analytics capabilities.
Connect FlowHunt to Tinybird Analytics
Supercharge your AI agents with direct access to Tinybird data and APIs. Set up the Tinybird MCP Server in FlowHunt for advanced analytics and automation.