PreWiro inside Claude Desktop.
Claude Desktop talks to MCP servers via stdio — we proxy our HTTP transport through the upstream mcp-remote shim. Whole thing is ~90 seconds, no terminal needed beyond editing a JSON file.
1. Get a PreWiro API token
Sign in to app.copilotverse.io → Settings → API Tokens → Create token. Scope it to action:*. Copy the pwro_live_… string — it's shown once.
2. Edit your Claude Desktop config
Open the config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Replace its contents with (substitute your token):
{
"mcpServers": {
"prewiro": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.copilotverse.io/api/mcp/v1",
"--header",
"Authorization: Bearer pwro_live_…"
]
}
}
}If you already have other MCP servers configured, merge into the existing mcpServers object instead of replacing the file.
3. Restart Claude Desktop and test
Quit and relaunch the app. New conversations have a wrench icon in the message input — click it, you should see the prewiro server listed with its tools (goal.execute, pipeline.discover_leads, and others).
Smoke test: type "List the Prewiro tools you can see." Claude should enumerate them. Then drop a real goal: "30 enterprise meetings booked with US SaaS founders this quarter."
Make it act like a goals platform
Drop the goals-platform stand-in system prompt into Claude Desktop's Custom Instructions. It frames Claude as the OKR/strategy brain on top of PreWiro — exactly the shape a Rhythms- or Lattice-style integration takes.