Codix Build MCP
A build accelerator for AI coding assistants that scaffolds complete projects from short prompts using Smart Context Mode to reduce token usage.
README
@codinfy/codix-build-mcp β Codix Build MCP
Official Codix Build MCP by Codinfy. Build websites, mobile apps, SaaS, scripts, and software faster with AI agents while reducing token usage via Smart Context Mode.
Status
π§ v0.1.0 β scaffold. Full tools, templates, prompt packs and skill packs land in AGENT-46. Track progress at
docs.codinfy.com/codix-build-mcp.
Why Codix Build MCP?
When you ask an AI agent to "build a Laravel SaaS with licences, payments and a mobile-first dashboard", you usually end up:
- pasting hundreds of lines of architecture guidance into every prompt;
- burning tokens re-explaining the same stack decisions to every new agent;
- ending up with inconsistent code across modules;
- struggling to switch from Cursor β Claude Code β Codex without losing context.
Codix Build MCP fixes all four problems by exposing a small set of MCP tools that:
- Analyse a project description and pick a sensible stack.
- Recommend templates, prompt packs and skill packs that match your goal.
- Inject context efficiently (Smart Context Mode) so you never pay for tokens twice.
- Generate scaffolds (Laravel, Next.js, Flutter, WordPress, SaaS, Marketplace, API) with license, design, and deployment helpers wired in.
It is built and maintained by the Codinfy team, the same team that ships @codinfy/mcp (Codinfy public API MCP).
Install
npm install -g @codinfy/codix-build-mcp
# or
npx -y @codinfy/codix-build-mcp
Configure your agent
Claude Code / Claude Desktop
~/.claude/mcp.json:
{
"mcpServers": {
"codix-build": {
"command": "npx",
"args": ["-y", "@codinfy/codix-build-mcp"]
}
}
}
Cursor / Codex / Continue / Cline / Windsurf
See docs.codinfy.com/codix-build-mcp/clients.
Authenticated mode (optional, for higher quotas)
Add an API key from codinfy.com/admin/parametres/api-s:
"env": { "CODIX_BUILD_API_KEY": "pk_live_xxxxxxxxxxxxxxxxx" }
Without a key, the MCP runs in public mode with conservative rate limits.
Tools (16 β implemented in AGENT-46)
Analyse & plan
codix.project.analyzeβ turn a short brief into a structured project speccodix.stack.recommendβ pick a stack from your constraints (hosting, budget, team)codix.architecture.getβ fetch the canonical architecture for a stackcodix.context.smartβ Smart Context Mode (only sends the chunks the agent actually needs)
Generate
codix.prompt.generateβ turn the project spec into prompt packs for any agentcodix.template.getβ fetch a project template (Laravel, Next.js, Flutter, etc.)codix.license.injectβ wire a license validation client (Codinfy or generic)codix.design.applyβ apply a design token system (Tailwind 4@theme, brand palette)codix.api.generateβ REST or GraphQL spec from the project modelcodix.database.schemaβ migrations + seeders for MariaDB/MySQL/PostgreSQL
Quality & ops
codix.security.checklistβ OWASP top 10 + secrets + auth reviewcodix.marketplace.checkβ readiness check for CodeCanyon / Codinfy marketplacecodix.docs.generateβ README + CONTRIBUTING + DEPLOYMENT in one shotcodix.deploy.guideβ cPanel, Vercel, Render, Fly.io, Cloudflare Pages, or bare VPScodix.debug.helpβ interactive debugging hints for the current stackcodix.cost.optimizeβ flag expensive patterns (token-burning prompts, N+1, fat assets)
Schemas, parameters, examples and changelogs live in
docs.codinfy.com/codix-build-mcp.
What ships in the package
codix-build-mcp/
βββ src/
β βββ index.ts # MCP server bootstrap
β βββ tools/ # one file per tool, all re-exported
β βββ context/ # Smart Context Mode (chunkers, retrievers)
β βββ types/ # shared Zod schemas
βββ templates/ # project templates
β βββ laravel/
β βββ nextjs/
β βββ flutter/
β βββ wordpress/
β βββ saas/
β βββ marketplace/
β βββ api/
βββ prompt-packs/ # reusable prompt packs
β βββ token-saver/
β βββ license/
β βββ marketplace/
β βββ cpanel/
β βββ deploy/
βββ skill-packs/ # markdown skill briefings
β βββ architecture/
β βββ security/
β βββ docs/
β βββ business-kit/
βββ examples/ # MCP-client configs
β βββ claude-code.json
β βββ codex.json
β βββ cursor.json
β βββ windsurf.json
βββ package.json
βββ tsconfig.json
βββ .github/workflows/ # ci.yml + publish-npm.yml
Companion projects
| Repo | Purpose | License |
|---|---|---|
codinfy-mcp |
Public MCP to call Codinfy APIs (licenses, payments, brand) | MIT |
codix-build-mcp (this) |
Build any project faster, with Smart Context Mode | MIT |
codinfy-mcp-internal |
Private MCP for the Codinfy team | proprietary |
Releases
Pushing a tag v* to main publishes to npm automatically.
npm version patch
git push --follow-tags
Security
Report vulnerabilities privately to security@codinfy.com. See SECURITY.md.
Contributing
Issues and PRs welcome. See CONTRIBUTING.md.
License
MIT Β© 2026 RAFLOX SAS β Abidjan, CΓ΄te d'Ivoire.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.