Deploy from Claude, Cursor, or any AI assistant
Model Context Protocol (MCP) is an open standard that lets AI assistants use external tools. FunForge's MCP server exposes deployment commands as tools that your AI can call on your behalf.
Instead of switching to a terminal, just tell your AI: "Deploy my project to FunForge" - and it happens.
Anthropic's desktop app with full MCP support
AI-first code editor with MCP integration
Terminal-based AI coding assistant
Works with any MCP-compatible tool
10 tools to manage your FunForge deployments via natural language.
funforge_whoamiCheck authentication statusfunforge_apps_listList all your appsfunforge_apps_createCreate a new appfunforge_statusGet deployment statusfunforge_deployDeploy a directoryfunforge_env_listList environment variablesfunforge_env_setSet environment variablesfunforge_env_unsetRemove environment variablesfunforge_domains_listList custom domainsfunforge_domains_addAdd a custom domainfunforge login once to authenticate.{
"mcpServers": {
"funforge": {
"command": "npx",
"args": ["@byfungsi/funforge-mcp"]
}
}
}Add to ~/Library/Application Support/Claude/claude_desktop_config.json
"Deploy my current project to FunForge"
Creating tarball of 847 files... Uploading 2.3 MB... Deployment started. Your app will be live at https://my-app.funforge.app
"Set DATABASE_URL to postgres://user:pass@host/db"
Set 1 environment variable: DATABASE_URL. Changes will take effect on the next deployment.
"Add api.myapp.com as a custom domain"
Domain api.myapp.com added. Please add a CNAME record pointing to my-app.funforge.app, then verify with domains verify command.
"What's the status of my deployment?"
App "my-app" is running. Active deployment v12 created 2 hours ago. URL: https://my-app.funforge.app
Just tell your AI what you want. No commands to memorize, no flags to look up.
Your AI understands your project context and can suggest appropriate actions.
Stay in your editor. Deploy without switching windows or terminals.
All CLI features available. Deploy, manage env vars, configure domains.