Skip to main content
Glama

Desktop Insights MCP Server

Smithery npm

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-mcp

Claude 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カテゴリすべてを例示値とともにリスト表示します。利用可能なフィルターを確認するのに便利です。

設定

環境変数

必須

デフォルト

DESKTOPINSIGHTS_API_KEY

はい

DESKTOPINSIGHTS_API_URL

いいえ

https://desktopinsights.com

開発

npm install
npm run build
DESKTOPINSIGHTS_API_KEY=your-key node build/index.js
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - A tier

Latest 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