Prerequisites
- Claude Desktop installed
- Node.js 18 or later
- An active EdgeFinder subscription (Starter, Pro, or Ultimate)
Setup
1
Get your API key
Log in to chat.edgefinder.io/settings/integrations and copy your API key. It starts with
ef_live_.2
Open Claude Desktop developer settings
In Claude Desktop, open Settings → Developer → MCP Servers.
3
Add the EdgeFinder MCP config
Paste the following block into your MCP server configuration, replacing the placeholder with your actual API key:If you already have other MCP servers configured, add the
"edgefinder" entry inside your existing "mcpServers" object.4
Restart Claude Desktop
Quit and reopen Claude Desktop. The EdgeFinder tools will appear in Claude’s tool list once the MCP server connects.
Available tools
Once connected, Claude has access to these EdgeFinder tools:Example prompts
Start a conversation in Claude Desktop and try these:The MCP server launches on demand via
npx — you don’t need to install @edgefinder/cli globally. Node.js 18+ must be available on your system PATH for npx to work correctly.