Server data from the Official MCP Registry
AI agents autonomously build and deploy mobile apps through natural language workflows
AI agents autonomously build and deploy mobile apps through natural language workflows
Remote endpoints: sse: https://mcp.bilt.me/mcp/sse
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
Endpoint verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-buildingapplications-mcp": {
"url": "https://mcp.bilt.me/mcp/sse"
}
}
}From the project's GitHub README.

Enable AI agents to autonomously build and deploy full-stack mobile applications
Documentation • Sign Up • Examples • Support
Bilt's Model Context Protocol (MCP) server gives AI agents 8 powerful tools to autonomously create, build, and deploy production-ready mobile applications through natural language.
Sign up at bilt.me/sign-up and generate an API key.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"bilt": {
"transport": {
"type": "sse",
"url": "https://mcp.bilt.me/mcp/sse",
"headers": {
"Authorization": "Bearer bilt_live_YOUR_TOKEN_HERE"
}
}
}
}
}
Restart Claude Desktop.
Edit ~/.openclaw/openclaw.json:
{
"mcpServers": {
"bilt": {
"transport": {
"type": "sse",
"url": "https://mcp.bilt.me/mcp/sse",
"headers": {
"Authorization": "Bearer bilt_live_YOUR_TOKEN_HERE"
}
}
}
}
}
Restart: openclaw gateway restart
Create .cursor/mcp_config.json in your project:
{
"mcpServers": {
"bilt": {
"transport": {
"type": "sse",
"url": "https://mcp.bilt.me/mcp/sse",
"headers": {
"Authorization": "Bearer bilt_live_YOUR_TOKEN_HERE"
}
}
}
}
}
Reload Cursor window: Cmd/Ctrl+Shift+P → "Reload Window"
Ask your AI agent:
"Use Bilt to create a todo app with authentication"
Watch it autonomously create, build, and deploy a production app! 🎉
The Bilt MCP server provides 8 tools for complete application lifecycle management:
| Tool | Purpose |
|---|---|
bilt_list_projects | List all projects for authenticated user |
bilt_get_project | Get detailed project information |
bilt_create_project | Create a new project |
bilt_get_session | Get current workflow session status |
bilt_send_message | Execute build/deploy instructions |
bilt_resume_workflow | Resume paused workflows |
bilt_cancel_workflow | Cancel running workflows |
bilt_get_messages | Retrieve workflow message history |
Agent: bilt_create_project("todo-app")
→ Returns: { id: "proj_abc123" }
Agent: bilt_get_session()
→ Returns: { session_id: "sess_xyz789" }
Agent: bilt_send_message(
session_id: "sess_xyz789",
message: "Create a todo list with add, delete, and complete features"
)
→ Builds app...
Agent: bilt_send_message(
session_id: "sess_xyz789",
message: "Deploy to production"
)
→ Returns: { url: "https://todo-app-abc123.bilt.app" }
Model Context Protocol is the emerging standard for AI tool integration. Benefits:
✅ Universal Compatibility - Works with any MCP-compatible client ✅ Standardized Interface - No custom integrations needed ✅ Auto-Discovery - Agents find and use tools automatically ✅ Session Management - Built-in state handling ✅ Real-Time Updates - SSE transport for progress tracking
https://mcp.bilt.me/mcp/ssehttps://mcp.bilt.me/mcpbilt_live_...)AI agents build entire applications from scratch - from initial requirements to production deployment.
Generate working prototypes in minutes for testing ideas and gathering feedback.
Add new features to existing projects through natural language instructions.
Multiple agents work on different aspects of a project simultaneously.
See the examples/ directory for:
The Bilt MCP server is a proprietary service. This repository contains documentation and integration examples. The server itself runs on Bilt's infrastructure.
Bilt offers a free tier for experimentation. See bilt.me/pricing for details.
Currently, Bilt MCP is cloud-only. We may offer self-hosted options for enterprise customers in the future.
Bilt specializes in mobile applications built with React Native and Expo. Supports iOS and Android.
Yes. All communication uses HTTPS. API tokens are required for authentication. Your code and data remain private.
📚 Documentation: bilt.me/docs
💬 Discord: Join our community
📧 Email: support@bilt.me
🐛 Issues: GitHub Issues
Copyright © 2024-2026 Bilt. All rights reserved.
The Bilt MCP server is proprietary software. This repository contains documentation and examples under the MIT License. See LICENSE for details.
Built with ❤️ by the Bilt team.
MCP specification by Anthropic.
Made with Model Context Protocol
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.