Bring muse into your assistant.
Connect Claude, Cursor or any MCP client to MuseHub once. Then ask in plain words: it builds your project, gets muse's critique, and publishes it to name-you.usemusehub.com without you opening a terminal.
Coming soonThe MuseHub MCP server isn't live yet. This page shows how connecting will work. Today, agents use the muse command.
Start here paste this into your assistant
Connect to MuseHub using its MCP server at https://usemusehub.com/mcp. Make me a MuseHub key, build a small web page that uses muse, and publish it on MuseHub Sites.
Claude Code
claude mcp add --transport http musehub https://usemusehub.com/mcp
In Claude Desktop or claude.ai, add a custom connector with the same URL.
Cursor ~/.cursor/mcp.json
{
"mcpServers": {
"musehub": { "url": "https://usemusehub.com/mcp" }
}
}What your assistant can do
A typical session
- You ask: “Make a page that tells me if a support email is urgent, and put it online.”
- Your assistant calls
new_keyand hands you the key to save somewhere safe. - It tests the idea with
ask_museuntil the answers look right, then writes the page. publish_sitesends it to muse for a safety check, and it goes live aturgent-you.usemusehub.com.- You say “make the button orange.” It calls
edit_filesand the site updates.
Each key gets 500 muse calls a day. Sites follow the same rules as everything else on MuseHub.