Skip to main content
Glama

Desktop Insights MCP-Server

Smithery npm

MCP-Server für Desktop Insights — suchen Sie nach SDKs, Frameworks und Abhängigkeiten, die von über 12.000 macOS- und Windows-Desktopanwendungen verwendet werden.

Schnellstart

Holen Sie sich Ihren API-Schlüssel unter desktopinsights.com/settings/api.

Claude Code

claude mcp add desktopinsights -e DESKTOPINSIGHTS_API_KEY=your-api-key -- npx -y desktopinsights-mcp

Claude Desktop

Hinzufügen zu ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "desktopinsights": {
      "command": "npx",
      "args": ["-y", "desktopinsights-mcp"],
      "env": {
        "DESKTOPINSIGHTS_API_KEY": "your-api-key"
      }
    }
  }
}

Cursor

Hinzufügen zu .cursor/mcp.json:

{
  "mcpServers": {
    "desktopinsights": {
      "command": "npx",
      "args": ["-y", "desktopinsights-mcp"],
      "env": {
        "DESKTOPINSIGHTS_API_KEY": "your-api-key"
      }
    }
  }
}

Tools

lookup_app

Suchen Sie nach, welche SDKs und Abhängigkeiten eine bestimmte App verwendet.

"What SDKs does Figma use?"
"Look up the technology stack of 1Password"
"What error tracking does Slack use?"

search_apps

Suchen Sie Apps nach SDK-Nutzung, Laufzeit, Plattform oder Entwickler.

"Which apps use Sentry for error tracking?"
"Find all Electron apps that use Stripe"
"What apps does Microsoft publish on macOS?"

compare_apps

Technologie-Stack-Vergleich Seite an Seite.

"Compare Figma vs Sketch"
"Compare Slack and Discord's tech stacks"

list_sdk_categories

Listen Sie alle 11 verfolgten SDK-Kategorien mit Beispielwerten auf. Nützlich, um herauszufinden, welche Filter verfügbar sind.

Konfiguration

Umgebungsvariable

Erforderlich

Standardwert

DESKTOPINSIGHTS_API_KEY

Ja

DESKTOPINSIGHTS_API_URL

Nein

https://desktopinsights.com

Entwicklung

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