Skip to main content
The Hercules MCP lets you use Hercules from other AI assistants like ChatGPT, Claude, Cursor, and Codex.
 https://hercules.app/mcp
Hercules MCP setup with the server URL and tabs for Claude, Codex, Cursor, ChatGPT, and other AI assistants

What can I do with the Hercules MCP?

The Hercules MCP lets you do almost everything you can do from inside the Hercules App Builder. You can
CapabilityWhat it does
Create appsBuild a new Hercules app or website from a description.
Edit appsSend instructions to Hercules to change an existing app.
Publish appsPublish an app and get its Published URL back.
List and read appsBrowse your apps and read details: title, description, slug, Published URL.
Browse conversationsList and read the chat threads behind each app, with search.
Check your orgSee your organization, plan, remaining credits, and recent apps.

What are some example prompts?

Build a new app
Build a CRM for my roofing company to track leads, quotes, and scheduled jobs, then publish it in Hercules.
Edit an existing app
Open my "Sales CRM" Hercules app and add a pipeline view grouped by deal stage.

How do I set it up?

Copy the server URL into your assistant, then sign in. The first tool call prompts you to connect.
1

Add the connector

Open SettingsConnectors and choose Add custom connector.
2

Paste the server URL

Enter https://hercules.app/mcp and confirm.
3

Sign in

Sign in with Hercules and pick your organization.
Prefer the command line? In Claude Code, run:
claude mcp add --transport http \
  hercules https://hercules.app/mcp
Using a client that isn’t listed? Any MCP client that supports a remote HTTP server with OAuth works. Point it at https://hercules.app/mcp and follow your client’s steps for adding a remote MCP server.

Additional FAQ

Any MCP client that supports a remote, OAuth-secured HTTP server. Setup is documented above for Claude (Desktop and Claude Code), ChatGPT, Cursor, VS Code, and Codex. The same URL works in other MCP clients too.
No. Sign-in happens through OAuth in your browser. There are no keys to generate, copy, or rotate.
The connection is scoped to the single organization you pick during sign-in, and limited to managing your Hercules apps and their conversations. You approve the access when you sign in, and you can disconnect it at any time from your client.
Disconnect the Hercules connector in your client, then add it again. On the next sign-in, choose the organization you want. Each connection is tied to one organization.
Connecting the MCP server is free. Building and editing apps uses the AI credits of the organization you connected, the same as building in the Hercules App Builder. See AI Credits for details.
Yes. The MCP server is another way in. Apps you create or edit from your assistant appear in the Hercules App Builder, and changes you make in the Hercules App Builder are visible to your assistant.
Reload or restart your client after adding the server, and make sure you finished signing in. The tools become available once the connection is authorized. Check that the URL is exactly https://hercules.app/mcp.
Creating or editing an app starts a build with Hercules. Your assistant tracks progress and shares the Published URL once the build finishes. Larger apps take longer, the same as in the Hercules App Builder.