Claude Code
Connect Desktop Insights MCP server to Claude Code for desktop app technology lookups.
Remote server (recommended)
claude mcp add desktopinsights --transport http \ --header "Authorization: Bearer YOUR_API_KEY" \ https://desktopinsights.com/mcp
Replace YOUR_API_KEY with your API key from your dashboard.
Local server (npm)
claude mcp add desktopinsights \ -e DESKTOPINSIGHTS_API_KEY=YOUR_API_KEY \ -- npx -y desktopinsights-mcp
Verify
Start a new Claude Code session and ask:
What SDKs does Slack use?
Claude should call the lookup_app tool and return Slack's full technology stack.