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
- Add the secretIn Secrets, add MOODSPEC_TOKEN with the bearer token from Connect agent.
- Edit .replitAdd the agent MCP block below.
- Restart the AgentReplit Agent reloads MCP servers on restart.
- BuildAsk for a screen and it arrives using your canvas, not the default theme.
[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.