AppsAI
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Ads
Overview
Build and deploy full-stack apps with AI. This MCP server connects Claude Code, Cursor, Windsurf, and other AI tools to your AppsAI projects. Supported stacks: - Frontend: Next.js with React, Tailwind CSS, and shadcn/ui - Backend: Parse Server, Express, Fastify, Hono, Supabase Edge Functions, Firebase Cloud Functions, Serverless Framework, or custom - Database: MongoDB Atlas (managed) - Infrastructure: AWS (S3, CloudFormation, EC2, Lambda, and more) Add to claude_desktop_config.json: json { "mcpServers": { "appsai": { "command": "npx", "args": ["-y", "@appsai/mcp-server"], "env": { "APPSAI_API_KEY": "your_key" } } } }
Installation
claude mcp add appsai -e APPSAI_API_KEY=your_key -- npx -y @appsai/mcp-server
Configuration
{
"mcpServers": {
"appsai": {
"command": "npx",
"args": ["-y", "@appsai/mcp-server"],
"env": {
"APPSAI_API_KEY": "your_key"
}
}Capabilities
- Create and manage full-stack projects
Ask your assistant to scaffold a new Next.js app with `project_CREATE_APP` or list existing projects with `project_LIST_APPS`.
- Deploy frontends and backends
Trigger deployments via `system_DEPLOY_FRONTEND`, `system_DEPLOY_BACKEND`, or `system_DEPLOY_ALL` and check deployment status with `system_GET_ENVIRONMENT_STATUS`.
- Manage billing and credits
Check your subscription plan with `billing_GET_CURRENT_PLAN`, view your credit balance, or add funds to your account.
- Publish and browse marketplace templates
Use `marketplace_PUBLISH_TEMPLATE` to share a project or `marketplace_FORK_TEMPLATE` to copy one into your workspace.
- Configure custom domains
Check subdomain availability, assign a custom domain, and verify DNS setup using the domain management tools.
- Invite collaborators and set permissions
Add team members to a project with `team_INVITE_COLLABORATOR` and adjust their access level.
Tags
- development
- aws
- mongodb
- cloud-infrastructure
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.