MCP Server
mcp-tinybird
An MCP server to interact with a Tinybird Workspace from any MCP client.
73
GitHub Stars
10/7/2025
Last Updated
MCP Server Configuration
1{
2 "name": "mcp-tinybird",
3 "command": "uvx",
4 "args": [
5 "mcp-tinybird",
6 "stdio"
7 ],
8 "env": {
9 "TB_API_URL": "" ,
10 "TB_ADMIN_TOKEN": ""
11 }
12}
JSON12 lines
README Documentation
🚨 DEPRECATED
This repository is deprecated and no longer maintained.
New implementation: Tinybird MCP Server
Please migrate to the official implementation.
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source