ADA Turbo
OfficialADA Turbo β Agency OS & Pixel Office
πΊπΈ English Documentation | πΉπ· TΓΌrkΓ§e DokΓΌmantasyon
π¬ 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.pyOpen 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!
π§ 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.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adacreativeco/ada-turbo-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server

