loading…
Search for a command to run...
loading…
Look up SDKs, frameworks, and dependencies used by 12,000+ macOS and Windows desktop apps. Search by technology adoption, compare stacks, and discover SDK usage
Look up SDKs, frameworks, and dependencies used by 12,000+ macOS and Windows desktop apps. Search by technology adoption, compare stacks, and discover SDK usage patterns via the Desktop Insights API.
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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"andrewschreiber-desktopinsights-mcp": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.