DesktopInsights
Allows looking up what SDKs and dependencies 1Password uses, enabling analysis of its technology stack and dependencies.
Allows comparison of Discord's technology stack with other applications like Slack, providing side-by-side analysis of SDKs and dependencies.
Enables searching for applications built with Electron and analyzing their technology stacks, including SDKs and dependencies used by Electron apps.
Provides tools to look up what SDKs and dependencies Figma uses, enabling detailed analysis of its technology stack and dependencies.
Allows searching for applications that use Sentry for error tracking and analyzing their technology stacks.
Enables comparison of Sketch's technology stack with other applications, providing side-by-side analysis of SDKs and dependencies.
Provides tools to look up what error tracking Slack uses and compare its technology stack with other applications like Discord.
Enables searching for Electron applications that use Stripe and analyzing their technology stacks and dependencies.
Desktop Insights MCP Server
MCP server for Desktop Insights — look up SDKs, frameworks, and dependencies used by 12,000+ macOS and Windows desktop applications.
Quick Start
Get your API key at desktopinsights.com/settings/api.
Claude Code
claude mcp add desktopinsights -e DESKTOPINSIGHTS_API_KEY=your-api-key -- npx -y desktopinsights-mcpClaude Desktop
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"
}
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"desktopinsights": {
"command": "npx",
"args": ["-y", "desktopinsights-mcp"],
"env": {
"DESKTOPINSIGHTS_API_KEY": "your-api-key"
}
}
}
}Related MCP server: mcp-gtm-tech-stack-signal-scraper
Tools
lookup_app
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
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?"compare_apps
Side-by-side technology stack comparison.
"Compare Figma vs Sketch"
"Compare Slack and Discord's tech stacks"list_sdk_categories
List all 11 tracked SDK categories with example values. Useful for discovering what filters are available.
Configuration
Environment Variable | Required | Default |
| Yes | — |
| No |
|
Development
npm install
npm run build
DESKTOPINSIGHTS_API_KEY=your-key node build/index.jsMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceAnalyze GitHub repositories into structured JSON with tech stack detection, dependency analysis, health signals, and security checks. No AI, fully deterministic. Available as CLI and MCP server.Last updated9MIT
- AlicenseAqualityAmaintenanceDetects a company's technology stack from its public web presence. Returns structured tech signals for sales targeting and competitive analysis.Last updated1591MIT
- AlicenseAqualityAmaintenanceVisual tech-stack inventory of any codebase: languages, frameworks, databases, AI SDKs, infra.Last updated2MIT
- Flicense-qualityBmaintenanceDetects what technologies (CMS, frameworks, analytics, etc.) a website uses by fingerprinting its HTTP response and markup, returning confidence-scored results for single or bulk URL queries.Last updated
Related MCP Connectors
Domain & brand intelligence: company enrichment, tech stack detection, brand research.
Live tech-stack scan of any public site — vendors, account IDs, scripts, JSON-LD. 2 tools.
B2B GTM stack intelligence: search ~400 tools, compare vendors, find overlaps, audit SaaS spend.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/andrewschreiber/desktopinsights-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server