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