Tinybird MCP Server

AI Data Analytics MCP Server Tinybird

Contact us to host your MCP Server in FlowHunt

FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.

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.
Logo

Ready to grow your business?

Start your free trial today and see results within days.

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

  1. Prerequisites: Ensure you have a Tinybird Account & Workspace, Claude Desktop, and uv installed.
  2. Locate Configuration File:
    • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%/Claude/claude_desktop_config.json
  3. 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>"
                }
            }
        }
    }
    
  4. Save and Restart: Save the file and restart Claude Desktop.
  5. 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:

FlowHunt MCP flow

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

SectionAvailabilityDetails/Notes
Overview
List of PromptsOnly one prompt listed: Query Tinybird Data Sources
List of ResourcesNone specified
List of ToolsQuery, Get Endpoint Results, Push Datafiles
Securing API KeysUses 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 Forks14
Number of Stars69

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

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.

Learn more

Tinybird
Tinybird

Tinybird

Integrate FlowHunt with Tinybird MCP to automate analytics, manage data sources, and unlock real-time insights using AI-powered workflows and the Tinybird MCP S...

4 min read
AI Tinybird +3
Netbird MCP Server Integration
Netbird MCP Server Integration

Netbird MCP Server Integration

Integrate Netbird's network management capabilities into your AI workflows with the Netbird MCP Server. Securely retrieve configuration, status, and network det...

4 min read
AI MCP +5
MCP Database Server
MCP Database Server

MCP Database Server

The MCP Database Server enables secure, programmatic access to popular databases like SQLite, SQL Server, PostgreSQL, and MySQL for AI assistants and automation...

5 min read
AI Database +4