loading…
Search for a command to run...
loading…
MCP server for Desktop Insights — look up SDKs, frameworks, and dependencies used by 12,000+ macOS and Windows desktop applications
MCP server for Desktop Insights — look up SDKs, frameworks, and dependencies used by 12,000+ macOS and Windows desktop applications
MCP server for Desktop Insights — look up SDKs, frameworks, and dependencies used by 12,000+ macOS and Windows desktop applications.
Get your API key at desktopinsights.com/settings/api.
claude mcp add desktopinsights -e DESKTOPINSIGHTS_API_KEY=your-api-key -- npx -y desktopinsights-mcp
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"desktopinsights": {
"command": "npx",
"args": ["-y", "desktopinsights-mcp"],
"env": {
"DESKTOPINSIGHTS_API_KEY": "your-api-key"
}
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"desktopinsights": {
"command": "npx",
"args": ["-y", "desktopinsights-mcp"],
"env": {
"DESKTOPINSIGHTS_API_KEY": "your-api-key"
}
}
}
}
Look up what SDKs and dependencies a specific app uses.
"What SDKs does Figma use?"
"Look up the technology stack of 1Password"
"What error tracking does Slack use?"
Search apps by SDK usage, runtime, platform, or developer.
"Which apps use Sentry for error tracking?"
"Find all Electron apps that use Stripe"
"What apps does Microsoft publish on macOS?"
Side-by-side technology stack comparison.
"Compare Figma vs Sketch"
"Compare Slack and Discord's tech stacks"
List all 11 tracked SDK categories with example values. Useful for discovering what filters are available.
| Environment Variable | Required | Default |
|---|---|---|
DESKTOPINSIGHTS_API_KEY |
Yes | — |
DESKTOPINSIGHTS_API_URL |
No | https://desktopinsights.com |
npm install
npm run build
DESKTOPINSIGHTS_API_KEY=your-key node build/index.js
Run in your terminal:
claude mcp add desktopinsights-mcp --env DESKTOPINSIGHTS_API_KEY="" -- npx -y desktopinsights-mcpYes, Desktopinsights Mcp MCP is free — one-click install via Unyly at no cost.
Yes, it requires environment variables: DESKTOPINSIGHTS_API_KEY. Unyly injects them into the config during install.
Self-hosted: the server runs locally on your machine via the install command above.
Open Desktopinsights Mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs