1. Conduid
  2. Search
  3. andrewschreiber/desktopinsights-mcp
MCP server · Search

andrewschreiber/desktopinsights-mcp

Look up SDKs, frameworks, and dependencies used by 12,000+ macOS and Windows desktop apps. Search by technology adoption, compare stacks, and discover SDK usage patterns via the Desktop Insights API.

34Low

Scored 4 months ago · breakdown

About andrewschreiber/desktopinsights-mcp

andrewschreiber/desktopinsights-mcp is an MCP server in the Search category: look up SDKs, frameworks, and dependencies used by 12,000+ macOS and Windows desktop apps. Search by technology adoption, compare stacks, and discover SDK usage patterns via the Desktop Insights API. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/andrewschreiber/desktopinsights-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about andrewschreiber/desktopinsights-mcp

Powered by Claude · Grounded in docs

I know everything about andrewschreiber/desktopinsights-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Desktop Insights MCP Server

Smithery npm

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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About andrewschreiber/desktopinsights-mcp

How do I install andrewschreiber/desktopinsights-mcp?

Run git clone https://github.com/andrewschreiber/desktopinsights-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is andrewschreiber/desktopinsights-mcp safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is andrewschreiber/desktopinsights-mcp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.