MCP Server

Connect your AI tools directly to AppsAI. Build, deploy, and manage full-stack applications through natural language with Claude Code and other MCP-compatible tools.

Quick Install

claude mcp add appsai --env APPSAI_API_KEY=your_key_here -- npx @appsai/mcp-server

Get your API key from Settings → API Keys. View the package on npm.

Features

98 Tools

Full access to project management, frontend/backend development, deployment, AWS, MongoDB, and more.

Secure API Keys

Create and manage API keys with granular permissions. Keys are hashed and never stored in plain text.

Pay-as-you-go

Usage is charged to your AppsAI credit balance. No separate billing or subscriptions.

Real-time

Changes are applied instantly. Deploy your app with a single command.

Example Usage

Once installed, you can interact with your AppsAI projects through natural language:

"What templates are available?"

→ calls project_GET_TEMPLATES

"Create a new project using the nextjs-starter template"

→ calls project_CREATE_APP

"Show me the element tree for app/page.tsx in project abc123"

→ calls canvas_GET_ELEMENT_TREE

"Deploy the frontend for project abc123"

→ calls system_DEPLOY_FRONTEND