SETUP GUIDE
Connect AI Box MCP to Cursor
This guide walks you through adding AI Box as an MCP server inside Cursor. Once it's set up, Cursor's agent can generate images for your UI, produce audio assets, and run any Box you've built — without you ever leaving the editor.
WHAT YOU NEED
- Cursor installed (any plan works)
- An AI Box account , sign up free if you don't have one
- About 60 seconds of free time
Open Cursor's MCP settings
Add the AI Box server to mcp.json
~/.cursor/mcp.json to make AI Box available in every project, or .cursor/mcp.json inside one repo to scope it there.{
"mcpServers": {
"aibox": {
"url": "https://mcp.aibox.ai/mcp/"
}
}
}{
"mcpServers": {
"aibox": {
"url": "https://mcp.aibox.ai/mcp/"
}
}
}Sign in to AI Box
Authorize Cursor
Cursor wants to connect to your AI Box account.
Use it in Agent chat
Saved to public/og/home.png — want a darker variant for dark mode?
TEST IT
Try one of these prompts
Paste any of these into Cursor's agent and watch it call AI Box for you — real assets, generated without leaving your editor.
UI ASSETS
"Use AI Box to generate a 1200x630 og-image for this landing page and save it to public/og/."
PLACEHOLDERS
"Generate six avatar images for the testimonials section — diverse, photorealistic, square."
AUDIO
"Use AI Box to create a short notification sound for this app and drop it in src/assets/."
TROUBLESHOOTING
Stuck? Try these first.
The aibox server shows no tools / a red dot+
Open mcp.json and check the JSON is valid — a trailing comma is the usual culprit — and that the URL is exactly https://mcp.aibox.ai/mcp/ including the trailing slash. Then toggle the server off and on in Tools & MCP.
I never got the browser login popup+
Click the aibox entry in Tools & MCP and choose Login/Reconnect. If nothing opens, your default browser may have blocked the popup — allow popups for cursor.com or copy the login URL Cursor prints in the MCP logs.
The agent doesn't use AI Box when I ask+
Mention AI Box by name the first time ('use AI Box to…'). Once the agent has used a tool in a project it reaches for it on its own. Also check the server is enabled in Tools & MCP.
My Boxes aren't showing up as tools+
Only Boxes you've published show up in MCP. Open the Box in AI Box, hit Publish, then refresh the aibox server in Tools & MCP.
Does this also work in Claude, ChatGPT, or other apps?+
Yes — the same MCP URL works in every MCP-compatible client. See our guides for Claude, ChatGPT, and Gemini, or the MCP overview for the full list of supported apps.
Still stuck?
We answer support tickets in under 4 hours on weekdays. Bring the specific error message you're seeing and we'll get you unblocked.