DesktopInsights
Technographics for desktop apps (like builtwith.com)
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-mcp
Claude 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"
}
}
}
}
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 |
|---|---|---|
DESKTOPINSIGHTS_API_KEY | Yes | — |
DESKTOPINSIGHTS_API_URL | No | https://desktopinsights.com |
Development
npm install
npm run build
DESKTOPINSIGHTS_API_KEY=your-key node build/index.js
Servidores relacionados
Power BI MCP Servers
Integrate with Power BI using a local server for offline .pbix file analysis and an Azure server for querying live datasets.
AWS Athena MCP Server
An MCP server for querying and interacting with AWS Athena.
RewindDB
Interface with the Rewind.ai SQLite database to access audio transcripts and screen OCR data.
Crunchbase
Access Crunchbase data for business information and insights. Requires a Crunchbase API key.
MSSQL MCP Server
Interact with Microsoft SQL Server (MSSQL) databases. List tables, read data, and execute SQL queries with controlled access.
Unofficial Reactome MCP Server
Access Reactome pathway and systems biology data via its live API.
PostgreSQL
Provides read-only access to PostgreSQL databases, allowing LLMs to inspect schemas and execute queries.
CData SAP HANA XS Advanced Server
A read-only MCP server for SAP HANA XS Advanced, powered by the CData JDBC Driver.
Movie Database
Access a MongoDB movie database using natural language queries.
Airtable
Access and manage Airtable bases, tables, and records using the Airtable Web API.