Adding Turtini to Claude Desktop
Claude Desktop (Anthropic's desktop chat app) supports MCP servers two ways: a local "stdio" server you launch via npx, or a remote HTTP server (Custom Connector). Turtini supports both.
Recommended: Remote (no install)
1. Go to /connect and pick "Remote MCP (no install)"
2. We mint your key and show the URL + Bearer header
3. Open Claude Desktop → Settings → Connectors → "Add Custom Connector"
4. Paste the URL (https://api.turtini.com/mcp) and the key
5. Done — Claude can now call any of the 14 Turtini tools
Alternative: Local (stdio) via @turtini/mcp
1. Go to /connect and pick "Claude Desktop"
2. Copy the JSON snippet shown
3. Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
4. Restart Claude Desktop
The snippet looks like:
{
"mcpServers": {
"turtini": {
"command": "npx",
"args": ["-y", "@turtini/mcp"],
"env": { "TURTINI_API_KEY": "turtini_..." }
}
}
}
Either way:
Once connected, ask Claude "what's my Turtini org context?" to verify. Then try things like "log a note on my Acme deal: left voicemail re: renewal" or "find every open opportunity over $50k that hasn't had activity in 14 days."
Revoke:
Settings → Developer → API Keys. The key is named "Claude Desktop — <your name> — <date>".