AppsAI
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
AppsAI MCP Server
Build and deploy full-stack Next.js apps with AI. This MCP server connects Claude Code, Cursor, Windsurf, and other AI tools to your AppsAI projects.
Installation
Claude Code
claude mcp add appsai -e APPSAI_API_KEY=your_key -- npx -y @appsai/mcp-server
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"appsai": {
"command": "npx",
"args": ["-y", "@appsai/mcp-server"],
"env": {
"APPSAI_API_KEY": "your_key"
}
}
}
}
Cursor / Windsurf
Add to MCP settings with:
- Command:
npx -y @appsai/mcp-server - Environment:
APPSAI_API_KEY=your_key
Getting Your API Key
- Sign up at appsai.com
- Go to Settings > Billing > API Keys
- Click Create API Key
- Copy the key (shown once)
Tools (90+ Total)
| Category | Tools | Description |
|---|---|---|
| Project | 5 | Create, list, and manage projects |
| Canvas | 25 | Edit React components, styles, and assets |
| Server | 6 | Backend Parse Server cloud functions |
| System | 7 | Deploy frontend/backend, connect apps |
| AWS | 23 | CloudFormation, S3, EC2, and more |
| MongoDB | 18 | Database and collection management |
| Agents | 9 | AI prompt management and versioning |
Example Usage
"List my projects"
ā project_LIST_PROJECTS
"Create a new Next.js app"
ā project_CREATE_APP
"Show the file tree for project abc123"
ā canvas_LIST_FILES
"Deploy the frontend"
ā system_DEPLOY_FRONTEND
Resources
The server provides project context as MCP resources:
appsai://projects- List of your projectsappsai://project/{id}- Project details and file structure
Prompts
Built-in prompts to build full applications:
build-youtube- Build a YouTube clone with video uploads and commentsbuild-slack- Build a Slack clone with real-time messagingbuild-twitter- Build a Twitter/X clone with posts and followsconnect-apps- Connect two AppsAI projects together
Requirements
- Node.js 18+
- AppsAI account with credits
- API key from Settings > Billing
Documentation
Support
License
MIT
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Starwind UI
A server providing tools for developers working with Starwind UI components.
MCPJam Inspector
A developer tool for testing and debugging MCP servers, supporting STDIO, SSE, and Streamable HTTP protocols.
Authless Remote MCP Server
A remote MCP server without authentication, designed for easy deployment on Cloudflare Workers.
Glif
Run AI workflows from glif.app using the Glif MCP server.
MCP Startup Framework
A framework for building MCP servers on Cloudflare Workers with OAuth, PostgreSQL, and Stripe.
My MCP SSE Servers
A project for managing multiple MCP servers using Docker Compose, with each server as a submodule.
MCP Chain of Draft (CoD) Prompt Tool
Enhances LLM reasoning by transforming prompts into Chain of Draft or Chain of Thought formats, improving quality and reducing token usage. Requires API keys for external LLM services.
CodeToPrompt MCP Server
An MCP server for the codetoprompt library, enabling integration with LLM agents.
Code Sync MCP Server
Hot reload remote containerized Python applications directly from your IDE.
MCP Montano Server
A general-purpose server project built with TypeScript.