Skip to main content
Aurora works as a Model Context Protocol (MCP) server, which means you can build and deploy projects directly from your favorite AI tools without ever opening the Aurora website.

What you can do via MCP

From any connected tool, you can:
  • Create new projects from a prompt
  • List and open existing projects
  • Read, write, and edit project files
  • Deploy to production
  • Check deployment status
All through natural conversation with your AI assistant.

Supported tools

Claude

Anthropic’s AI assistant on claude.ai — add Aurora as a connected integration.

Claude Code

Anthropic’s CLI tool for developers — connect Aurora as an MCP server.

Cursor

AI-native code editor — add Aurora to your MCP server configuration.

Windsurf

Codeium’s AI editor — connect via MCP settings.

Setup

Aurora uses OAuth discovery, so setup is the same across all platforms — just provide the server URL and authorize when prompted.

Aurora MCP server URL

You’ll need an Aurora account. If you don’t have one yet, you’ll be prompted to sign up during the OAuth flow.

Claude (claude.ai)

1

Open Claude settings

Go to Settings > Integrations in Claude.
2

Add integration

Click Add MCP Server and paste the Aurora server URL.
3

Authorize

You’ll be redirected to Aurora to authorize the connection. Click Authorize to grant Claude access to your projects.
4

Start building

Ask Claude to create a project. For example: “Create a task manager app with drag and drop.”

Claude Code (CLI)

1

Add the server

Run the following command to add Aurora as an MCP server:
2

Authorize

The first time you use an Aurora tool, you’ll be prompted to authenticate via your browser.
3

Start building

Use Aurora tools directly in your Claude Code session:

Cursor

1

Open MCP settings

Go to Cursor Settings > MCP or open .cursor/mcp.json in your project.
2

Add the server

Add Aurora to your MCP configuration:
3

Authorize

When you first interact with Aurora through Cursor, you’ll be prompted to authorize via OAuth.

Windsurf

1

Open MCP settings

Go to Windsurf Settings > MCP or edit your MCP configuration file.
2

Add the server

Add Aurora to your configuration:
3

Authorize

Authorize via the OAuth prompt on first use.

Available MCP tools

Once connected, Aurora exposes the following tools to your AI assistant:

Tips

Use chat for complex changes. While write_file and edit_file let your AI assistant modify files directly, the chat tool sends your request to Aurora’s AI which understands your project’s full context and can make coordinated changes across multiple files.
Combine with other tools. MCP connections work alongside your existing workflow. Use Aurora to scaffold and deploy while using your local editor for fine-tuning.

Revoking access

To disconnect an MCP integration, go to Settings in Aurora and click Revoke next to the integration you want to remove.

Troubleshooting

Make sure your browser allows pop-ups from aurora.build. Some tools open the OAuth flow in a new tab or browser window.
Verify you can reach https://mcp.aurora.build in your browser. If you’re behind a corporate firewall or VPN, you may need to allowlist the domain.
Restart your AI tool after adding the MCP server. Some tools require a reload to discover new MCP servers.
Your OAuth token may have expired. Remove and re-add the MCP server to re-authorize.