cantrip for Claude Desktop
io.github.ozten/cantrip
MCP server for Cantrip — AI-powered GTM engine for solo founders
client:Claude Desktop
transport:stdio
runtime:npm
Install cantrip in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cantrip": {
"command": "npx",
"args": [
"-y",
"mcp-server-cantrip"
],
"env": {
"CANTRIP_API_KEY": "<CANTRIP_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs