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
관련 서버
MySQL MCP Server
Provides access to a MySQL database, allowing agents to execute SQL queries.
KOSPI/KOSDAQ Stock Server
Provides KOSPI/KOSDAQ stock data, including ticker lookup, OHLCV, market capitalization, and fundamental data.
Hologres
Connect to a Hologres instance, get table metadata, query and analyze data.
MySQL MCP Tools
A server providing tools for querying and managing a MySQL database.
Prometheus
Retrieve and analyze time-series data from Prometheus databases using PromQL queries.
QuickBooks Online by CData
A read-only MCP server for querying live QuickBooks Online data. Requires a separate CData JDBC Driver for QuickBooks Online.
Data Mesh Manager MCP
Discover data products and request access in Data Mesh Manager.
CongressMCP
Access comprehensive U.S. Congressional data, including bills, votes, and member information, via the Congress.gov API.
KuzuMem-MCP
A distributed memory bank MCP tool that stores memories in a KùzuDB graph database, with repository and branch filtering capabilities.
Microsoft SQL Server
A Model Context Protocol (MCP) server for connecting to and querying Microsoft SQL Server databases.