Connecting Claude (Desktop) to Delve
First, ensure you have Node.js and npm installed: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
Open your Claude configuration file in a text editor.
On macOS, this is
~/Library/Application Support/Claude/claude_desktop_config.jsonOn Windows, this is
%APPDATA%\Claude\claude_desktop_config.json
Add the following contents to this configuration file:
{ "mcpServers": { "delve": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.delve.news/mcp"] } } }
You’re all set! Restart Claude Desktop, then next time you start a chat session, Claude will have access to your Delve data.