Back to MCP Servers

Tinybird

An MCP server to interact with a Tinybird Workspace from any MCP client.

customer-data-platforms
By tinybirdco
7917Updated 8 months agoPythonApache-2.0

Installation

npx -y mcp-tinybird

Configuration

{
  "mcpServers": {
    "mcp-tinybird": {
      "command": "npx",
      "args": ["-y", "mcp-tinybird"]
    }
  }
}

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

🚨 DEPRECATED

This repository is deprecated and no longer maintained.

New implementation: Tinybird MCP Server

Please migrate to the official implementation.

View source on GitHub