Overview
Connect Bilt MCP Server to Cursor IDE to enable AI-powered native mobile application development with seamless code generation, building, and deployment capabilities.Cursor natively supports MCP through project-level or global configuration files.
Platform Support
macOSFull support for macOS 11+
WindowsFull support for Windows 10+
LinuxFull support for all major distros
Prerequisites
- Cursor installed - Download from cursor.sh
- Bilt API token - Get one at bilt.me/sign-up
Setup Options
You can configure Bilt MCP in two ways:- Project-specific (Recommended) - Only available in specific projects
- Global - Available in all projects
Project-Specific Setup (Recommended)
Step 1: Create Config Directory
In your project root:- macOS/Linux
- Windows
Step 2: Create Config File
Create.cursor/mcp_config.json:
- macOS/Linux
- Windows
Step 3: Add Bilt Configuration
YOUR_TOKEN_HERE with your actual Bilt API token.
Step 4: Reload Cursor
PressCmd/Ctrl + Shift + P → Type “Reload Window” → Enter
Global Setup
Step 1: Locate Global Config
- macOS/Linux
- Windows
Step 2: Edit Config
- macOS/Linux
- Windows
Step 3: Add Configuration
Same JSON as project-specific setup:Step 4: Restart Cursor
Quit Cursor completely and reopen.Verification
Check Tool Availability
In Cursor’s AI chat, ask:Test a Tool
Try creating a project:bilt_create_project automatically.
Configuration Options
Environment Variables (Recommended)
Store tokens securely using environment variables:- macOS/Linux
- Windows
Multiple Environments
Configure dev and production tokens:Team Configuration
Commit.cursor/mcp_config.json for team-wide access:
.gitignore:
Using Bilt in Cursor
Natural Language Integration
Cursor automatically integrates Bilt tools into its AI workflow:Code Generation + Deployment
Iterative Development
Cursor-Specific Features
AI Chat Integration
Bilt tools appear in Cursor’s AI chat automatically:Inline Suggestions
When writing code, Cursor can suggest Bilt deployments:Terminal Integration
Use Bilt commands in Cursor’s integrated terminal:Troubleshooting
Tools not appearing
Tools not appearing
Check config location:Project-specific: Reload window:
project-root/.cursor/mcp_config.jsonGlobal: ~/.cursor/mcp_config.json or %USERPROFILE%\.cursor\mcp_config.jsonVerify JSON syntax:Cmd/Ctrl + Shift + P → “Reload Window”401 Unauthorized
401 Unauthorized
Connection timeout
Connection timeout
Check internet:Check firewall:
Ensure HTTPS (port 443) is allowedTry different network:
Test on mobile hotspot or different WiFi
Cursor not loading config
Cursor not loading config
Check file permissions:Should be readable by your user.Move to global config:
If project-specific isn’t working, try global:
Best Practices
Use project-specificKeep configs isolated per project
Environment variablesNever commit tokens to git
Team sharingShare config structure, not tokens
Rotate tokensUpdate tokens every 90 days
.gitignore Template
Add to your.gitignore:
.cursor/mcp_config.json:
Keyboard Shortcuts
Reload Window
Cmd/Ctrl + Shift + P → “Reload Window”Open AI Chat
Cmd/Ctrl + LSettings
Cmd/Ctrl + ,Command Palette
Cmd/Ctrl + Shift + PAdvanced Usage
Custom Workspace Settings
Add to.vscode/settings.json:
