← All integrations

Replit + moodspec

Give Replit Agent the same design context your local tools have: fonts, palette, marks and voice, read from one canvas.

Setup · about 2 minutes

  1. Add the secretIn Secrets, add MOODSPEC_TOKEN with the bearer token from Connect agent.
  2. Edit .replitAdd the agent MCP block below.
  3. Restart the AgentReplit Agent reloads MCP servers on restart.
  4. BuildAsk for a screen and it arrives using your canvas, not the default theme.
.replit
[agent]
mcp_servers = ["moodspec"]

[agent.mcp.moodspec]
url = "https://mcp.moodspec.app/c/brand-soul"
token = "$MOODSPEC_TOKEN"

Keep the token safe

Store MOODSPEC_TOKEN in Replit Secrets rather than the .replit file, then reference it as shown — the canvas stays private even on a public Repl.