Back to MCP Servers

Tinybird

Connect to Tinybird for real-time analytics, query data sources, create API endpoints, and manage your analytics workspace

analyticstinybirdreal-timedatacommunity

Installation

npx @tinybirdco/mcp-tinybird

Configuration

{
  "mcpServers": {
    "tinybird": {
      "command": "npx",
      "args": ["-y", "@tinybirdco/mcp-tinybird"],
      "env": {
        "TINYBIRD_TOKEN": "your-tinybird-admin-token"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub