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
相关服务器
MCP ODBC Server
Access ODBC-accessible data sources using a configured Data Source Name (DSN).
dbt-docs
MCP server for dbt-core (OSS) users as the official dbt MCP only supports dbt Cloud. Supports project metadata, model and column-level lineage and dbt documentation.
Project Synapse MCP Server
Transforms raw text into interconnected knowledge graphs and generates insights using a Neo4j database.
DeepMemory
DeepMemory MCP is a small Model Context Protocol (MCP) server that provides long-term memory storage for conversational agents.
Poland Parliament
MCP server providing access to official records of activities of the Polish Parliament, including information on members, voting records, committees, and proceedings.
Mantora
Mantora is a local-first MCP observer: a lightweight UI + proxy for inspecting LLM data access (sessions, tool calls, results) with protective defaults.
Manticore Search
MCP server for Manticore Search — query and manage search database
KOSPI/KOSDAQ Stock Server
Provides KOSPI/KOSDAQ stock data, including ticker lookup, OHLCV, market capitalization, and fundamental data.
Tableau MCP Server
Interact with Tableau Server using natural language to query data and perform administrative tasks.
Knowledge Graph Memory Server
Enables persistent memory for Claude using a knowledge graph stored in local JSON files.