ADA Turbo — Agency OS & Pixel Office

by adacreativeco

Not rated
GitHub

About

Agency OS delivering 26 specialized AI roles over MCP with a real-time retro CRT Pixel Office visualizer and multi-provider live LLM workspace.

Details

Author
adacreativeco
Categories
Developer Tools, AI, Productivity, Automation

Setup

Install ADA Turbo — Agency OS & Pixel Office in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/adacreativeco/ada-turbo-ai-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

ADA Turbo — Agency OS & Pixel Office

Agency OS delivering 26 specialized AI roles over MCP with a real-time retro CRT Pixel Office visualizer and multi-provider live LLM workspace.

ADA Turbo — Agency OS & Pixel Office

🇺🇸 English Documentation | 🇹🇷Türkçe Dokümantasyon

Transform your IDE into a full-scale creative agency.
ADA Turbo delivers theADA Creative Co.agency operating system with 26 specialized AI roles viaMCP (Model Context Protocol), paired with a real-time retro CRTPixel Office Visualizer.

Option A: Zero-Install withuvx(Recommended)

You can run ADA Turbo instantly without cloning or managing virtual environments:

(Or launch just the web visualizer:uvx ada-turbo-ai-mcp --web)

# 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

Openhttp://localhost:8000(auto-fallback to8001,8002... if occupied) in your browser.

- 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).

- 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!

- 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

- 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.

{ "mcpServers": { "ada-turbo": { "command": "uvx", "args": ["ada-turbo-ai-mcp"] } } }

Add to~/.cursor/mcp.json(global) or.cursor/mcp.json(project-level):

{ "mcpServers": { "ada-turbo": { "command": "uvx", "args": ["ada-turbo-ai-mcp"] } } }

Add to yourclaude_desktop_config.json:

{ "mcpServers": { "ada-turbo": { "command": "uvx", "args": ["ada-turbo-ai-mcp"] } } }
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"])

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.

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

Distributed under the PolyForm Noncommercial License 1.0.0. SeeLICENSEfor details.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

MCP bridge that lets Claude Code delegate heavy tasks to the Antigravity CLI (agy) — purpose-built tools, model routing with fallback, session continuity, and output truncation to save Claude's context and tokens.

Local agent workbench bundling OpenHands, Goose, Aider, and ashlrcode against one local LLM, with ashlr-plugin MCP servers pre-wired.

Free AI prompt orchestration with 185 expert roles, 1,741 templates, and 4 MCP tools — no API key required

Unified MCP server providing access to Claude Code, Codex, and Gemini CLIs through a single gateway. Features multi-LLM orchestration, persistent session management, async job execution with polling, approval gates, retry with circuit breakers, and token optimization. Install: npx -y llm-cli-gateway

a complete and intuitive SDK for building MCP Servers, MCP Agents, and LLM integrations (OpenAI, Claude, Gemini) with minimal effort. It abstracts all the complexity of the MCP protocol, provides an intelligent agent with automatic model routing, and includes a universal client for external APIs all through a single, simple, and powerful interface. Perfect for chatbots, enterprise automation, internal system integrations, and rapid development of MCP-based ecosystems.

Desktop MCP server manager for 14 AI clients. Browse and install 9,200+ MCP servers and 3,100+ AI Skills across Cursor, VS Code, Claude Code, Gemini CLI, and more from one GUI.

An MCP server for interactive user feedback and command execution in AI-assisted development, supporting both Web and Desktop interfaces.

Intelligent orchestration platform that routes tasks to the best AI model (Claude, Codex, Gemini, OpenCode) using LinUCB bandits, validates through consensus voting, and learns from outcomes. 29 MCP tools, dev pipeline, 8 memory backends.

Dynamically manage AI personas from markdown files for AI assistants like Claude.

200+ production tools for AI agents via Remote MCP. GitHub, Slack, Notion, Linear, Figma, Stripe, web search, OCR, document conversion, semantic memory/recall, Finviz, SEC filings, image generation, and more.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.