Claude Desktop via MCP
Drop DeepTap into Claude Desktop's MCP server config.
See also the canonical source at docs/integrations/claude-desktop.md.
Install
Add this to Claude Desktop's claude_desktop_config.json:
{
"mcpServers": {
"deeptap": {
"command": "npx",
"args": ["-y", "@deeptap/mcp"],
"env": {
"DEEPTAP_API_KEY": "dt_live_your_key_here"
}
}
}
}Restart Claude Desktop. The deeptap_search, deeptap_extract, and
deeptap_facts tools become available inside any conversation.