← All integrations

Cursor + moodspec

Project-level MCP config so every teammate opening the repo inherits the same taste.

Setup · about 2 minutes

  1. Copy your endpointConnect agent on the canvas, then copy the MCP URL.
  2. Create .cursor/mcp.jsonAdd the block below at the repo root, or use Settings → MCP → Add new server.
  3. Enable the serverCursor lists moodspec under available tools; toggle it on for Composer and Chat.
  4. Prompt normallyCursor pulls the canvas when a request touches UI, copy or brand.
.cursor/mcp.json
{
  "mcpServers": {
    "moodspec": {
      "url": "https://mcp.moodspec.app/c/brand-soul",
      "headers": { "Authorization": "Bearer msk_live_••••" }
    }
  }
}

Team tip

Commit .cursor/mcp.json with a shared canvas and every Composer session in that repo starts from the same fonts, palette and voice.