DesktopInsights
Desktop Insights MCP 服务器
用于 Desktop Insights 的 MCP 服务器 — 查询 12,000 多款 macOS 和 Windows 桌面应用程序所使用的 SDK、框架和依赖项。
快速开始
在 desktopinsights.com/settings/api 获取您的 API 密钥。
Claude Code
claude mcp add desktopinsights -e DESKTOPINSIGHTS_API_KEY=your-api-key -- npx -y desktopinsights-mcpClaude Desktop
添加到 ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"desktopinsights": {
"command": "npx",
"args": ["-y", "desktopinsights-mcp"],
"env": {
"DESKTOPINSIGHTS_API_KEY": "your-api-key"
}
}
}
}Cursor
添加到 .cursor/mcp.json:
{
"mcpServers": {
"desktopinsights": {
"command": "npx",
"args": ["-y", "desktopinsights-mcp"],
"env": {
"DESKTOPINSIGHTS_API_KEY": "your-api-key"
}
}
}
}工具
lookup_app
查询特定应用程序使用的 SDK 和依赖项。
"What SDKs does Figma use?"
"Look up the technology stack of 1Password"
"What error tracking does Slack use?"search_apps
按 SDK 使用情况、运行时、平台或开发者搜索应用程序。
"Which apps use Sentry for error tracking?"
"Find all Electron apps that use Stripe"
"What apps does Microsoft publish on macOS?"compare_apps
并排对比技术栈。
"Compare Figma vs Sketch"
"Compare Slack and Discord's tech stacks"list_sdk_categories
列出所有 11 个已追踪的 SDK 类别及示例值。有助于发现可用的筛选条件。
配置
环境变量 | 必需 | 默认值 |
| 是 | — |
| 否 |
|
开发
npm install
npm run build
DESKTOPINSIGHTS_API_KEY=your-key node build/index.jsLatest Blog Posts
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