Skip to content
Claude Desktop

Kenva for Claude Desktop

io.github.kenvaapp/kenva

Personal CRM for Claude. Contacts live as plain-text files in your own Google Drive.

client:Claude Desktop transport:streamable-http

Install Kenva in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "kenva": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://kenva-crm-mcp-server.kenva.workers.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Kenva in other clients