adacreativeco/ada-turbo-ai-mcp
БесплатноНе проверенADA Creative Co. Agency OS delivering 26 specialized AI roles over MCP with a real-time retro Pixel Office visualizer and multi-provider live LLM engine.
Описание
ADA Creative Co. Agency OS delivering 26 specialized AI roles over MCP with a real-time retro Pixel Office visualizer and multi-provider live LLM engine.
README
MCP PyPI Python License Smithery GitHub Stars Case Study
🇺🇸 English Documentation | 🇹🇷 Türkçe Dokümantasyon
Transform your IDE into a full-scale creative agency.
ADA Turbo delivers the ADA Creative Co. agency operating system with 26 specialized AI roles via MCP (Model Context Protocol), paired with a real-time retro CRT Pixel Office Visualizer.
🎬 Live Office & Animation Preview
| 🏢 Pixel Office Visualizer | 🧪 CRT Workflow Playground |
|---|---|
![]() |
![]() |
⚡ Quick Start (Run in 10 Seconds)
Option A: Zero-Install with uvx (Recommended)
You can run ADA Turbo instantly without cloning or managing virtual environments:
uvx ada-turbo-ai-mcp
(Or launch just the web visualizer: uvx ada-turbo-ai-mcp --web)
Option B: Standard Git / Python
# 1. Clone the repository
git clone https://github.com/adacreativeco/ada-turbo-ai-mcp.git
cd ada-turbo-ai-mcp
# 2. Install dependencies
pip install -r requirements.txt
# 3. Start Unified Dual-Mode (MCP stdio + Web Visualizer)
python server.py
Open http://localhost:8000 (auto-fallback to 8001, 8002... if occupied) in your browser.
🚀 Key Features
- Unified Dual-Mode Architecture:
- MCP Mode (Default): Runs as an MCP stdio server. Concurrently starts the Pixel Office Web Server in the background. Seamlessly connects to Antigravity, Claude Desktop, Cursor, Claude Code, and Windsurf.
- Pixel Office Web Mode: Starts a local, highly-optimized retro CRT-effect web workspace (
python server.py --web).
- ⚡ Real-Time Server-Sent Events (SSE):
- Zero-latency event streaming (
/api/events). When an agent is triggered in your IDE, the corresponding character visually walks to their desk in real-time!
- Zero-latency event streaming (
- 🧠 Direct Live LLM Engine:
- Multi-provider AI execution directly in the browser via
/api/llm-generate:- 🟢 Built-in Template Engine (Offline): Instant access to professional agency workflow templates without API keys.
- ✨ Google Gemini:
gemini-2.0-flash,gemini-1.5-flash,gemini-1.5-pro - 🧠 OpenAI:
gpt-4o-mini,gpt-4o,o3-mini - ⚡ Anthropic Claude:
claude-3-5-sonnet-20241022,claude-3-5-haiku-20241022
- Safe local credential storage in browser
localStorage.
- Multi-provider AI execution directly in the browser via
- Developer Tools (CRT Console Modals):
- Playground (Workflow & Live AI Tester): Select commands and test tasks with offline templates or live LLM models with typewriter output.
- AI Model Configurator: Switch providers, enter API keys safely, and select model presets.
- Setup Wizard: Dynamically outputs ready-to-copy configuration blocks for Cursor, Antigravity, Claude Desktop, and Claude Code.
- Pixel Characters & Animations: 26 unique agency characters with idle (breathing, blinking) and walking cycles across custom office floors.
- Full Bilingual Support (TR / EN): One-click toggle for all UI elements, status badges, modals, agent prompts, and knowledge references.
🔌 IDE Integration (MCP)
1. Antigravity
Add to your mcp_config.json:
{
"mcpServers": {
"ada-turbo": {
"command": "uvx",
"args": ["ada-turbo-ai-mcp"]
}
}
}
2. Cursor
Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project-level):
{
"mcpServers": {
"ada-turbo": {
"command": "uvx",
"args": ["ada-turbo-ai-mcp"]
}
}
}
3. Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ada-turbo": {
"command": "uvx",
"args": ["ada-turbo-ai-mcp"]
}
}
}
4. Claude Code (CLI)
claude mcp add ada-turbo -- uvx ada-turbo-ai-mcp
(Note: If using local clone, replace "command": "uvx" and "args": ["ada-turbo-ai-mcp"] with "command": "python" and "args": ["/ABSOLUTE/PATH/server.py"])
👥 26 Agency Roles & Specializations
ADA Turbo organizes 26 specialized agents across 5 key departments:
- Strategy & Brand: Brand Director, Brand Strategist, Consumer Insight Lead, Naming Specialist, Creative Technologist.
- Creative & Design: Creative Director, Senior Copywriter, Art Director, UX/UI Lead, 3D/Motion Designer.
- Marketing & Growth: Growth Marketing Director, Performance Marketing Specialist, SEO/Content Strategist, Social Media Lead, CRM & Retention Manager.
- Client & Operations: Account Director, Senior Account Manager, Agency Producer, Operations Director, Traffic Manager.
- Analytics & Tech: Chief Data Officer, Marketing Data Analyst, Full-Stack Lead, AI Solutions Architect, QA & Delivery Lead.
📂 Architecture
ada-turbo-mcp/
├── server.py ← Unified dual-mode entry point (MCP + Web)
├── index.html ← Retro CRT Pixel Office single-page UI
├── pyproject.toml ← Package metadata & entry points
├── smithery.yaml ← Smithery.ai 1-click install configuration
├── requirements.txt ← Project dependencies
├── references/ ← Bilingual domain knowledge bases (.md)
│ ├── strategy-brand.md / strateji-marka.md
│ ├── creative-team.md / yaratici-ekip.md
│ ├── marketing-growth.md / pazarlama-buyume.md
│ ├── client-operations.md / musteri-operasyon.md
│ └── analytics-product-tech.md / analitik-urun-teknik.md
├── karakterler/ ← Pixel character graphics and generator scripts
├── animasyonlar/ ← Character walk/idle spritesheets & GIF previews
├── office-bina/ & office-zon/ ← Procedural pixel art building generation assets
├── skill/ ← Pre-packaged .skill distribution bundle
└── src/ ← Python modules
├── mcp_server.py ← FastMCP server definitions & tool registrations
├── web_server.py ← Multi-threaded HTTP server, SSE broadcaster & LLM proxy
└── workflow_manager.py ← Command routing, action listener dispatch & templates
📄 License
Distributed under the PolyForm Noncommercial License 1.0.0. See LICENSE for details.
Developed with ❤️ by ADA Creative Co.
Установка adacreativeco/ada-turbo-ai-mcp
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/adacreativeco/ada-turbo-ai-mcpFAQ
adacreativeco/ada-turbo-ai-mcp MCP бесплатный?
Да, adacreativeco/ada-turbo-ai-mcp MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для adacreativeco/ada-turbo-ai-mcp?
Нет, adacreativeco/ada-turbo-ai-mcp работает без API-ключей и переменных окружения.
adacreativeco/ada-turbo-ai-mcp — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить adacreativeco/ada-turbo-ai-mcp в Claude Desktop, Claude Code или Cursor?
Открой adacreativeco/ada-turbo-ai-mcp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
Roblox Studio
Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce
автор: paralovAWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
Compare adacreativeco/ada-turbo-ai-mcp with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai


