Skip to main content
Salesgraph works with any Claude surface that supports MCP — Claude Desktop, Claude Code, and custom agents built on the Claude API.

Claude Code

Add the server with the claude mcp add command. It speaks streamable HTTP, so use the --transport http flag and pass your key as a header:
Verify it connected:
You should see salesgraph with its tools. Now ask Claude to use them, e.g. “Use Salesgraph to map Notion’s competitors.”

Claude Desktop

Claude Desktop reads MCP servers from its config file:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
Add a salesgraph entry under mcpServers:
Restart Claude Desktop. The Salesgraph tools appear in the tools menu.
If your build of Claude Desktop doesn’t support remote HTTP servers directly, bridge it with mcp-remote:

Next

Once connected, see what’s available in the tools reference.