The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Derrick listing page.
B2B data enrichment tools for any MCP-compatible AI client — find emails, enrich LinkedIn profiles, search companies, and more.
Tools are dynamically loaded from the Derrick API at startup, so new actions are available automatically.
Edit your config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd to .mcp.json at your project root (or ~/.claude/settings.json for global):
Add to .cursor/mcp.json in your project:
Any client that supports the MCP protocol over stdio can use this server.
The command is npx derrick-mcp.
Once connected, tell the AI:
"Configure Derrick with my API key: YOUR_KEY"
The key is saved to ~/.derrick-mcp/.env and persists across sessions.
Two built-in tools are always available:
| Tool | Description |
|---|---|
derrick_configure | Save your API key |
derrick_account | Check your credits and account info |
All other tools (find email, enrich profile, search company, etc.) are loaded dynamically from the API. Ask the AI "What can Derrick do?" to see the full list.
Instead of using derrick_configure, you can set the API key as an environment variable:
MIT — see LICENSE.