mcp-get-installed-apps

by Xutaotaotao
Verified

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Provides the ability to discover and list all applications installed on a macOS system

  • Enables Raycast to access and display information about all applications installed on the user's computer when the MCP plugin is installed

インストールされたアプリを入手する MCP サーバー

コンピューターにインストールされているアプリケーションに関する情報を提供するモデル コンテキスト プロトコル (MCP) サーバー。MacOS と Windows をサポートします。

プロジェクト紹介

Get Installed Apps MCP Serverは、AIアシスタントがコンピュータにインストールされているアプリケーションを検出できるようにするシンプルなMCP実装です。このサーバーはモデルコンテキストプロトコル(MCP)仕様を実装しており、互換性のあるAIクライアントとのシームレスな統合を可能にします。

特徴

  • コンピュータにインストールされているアプリケーションの包括的なリストを返します
  • MCP 対応の AI クライアントとの簡単な統合
  • 依存関係を最小限に抑えた軽量実装

プロジェクト構造

mcp-get-installed-apps ├── src │ ├── index.ts # Application entry point ├── tsconfig.json # TypeScript configuration file ├── package.json # npm configuration file └── README.md # Project documentation

インストール

git clone https://github.com/Xutaotaotao/mcp-get-installed-apps.git cd git-mcp-server npm install npm run build

MCP構成

インストール後、MCP JSON 構成で Get Installed Apps MCP を構成できます。

{ "mcpServers": { "get-installed-apps": { "command": "node", "args": [ "mcp-get-installed-apps/build/index.js" ] } } }

AIクライアントでMCP JSONを構成する

MCPツールの説明

インストールされたアプリの取得 MCP サーバーは、MCP プロトコルを通じて呼び出すことができる次のツールを提供します。

インストールされたアプリを取得する (get-installed-apps)

コンピューターにインストールされているすべてのアプリケーションのリストを返します。

パラメータ:

  • なし

戻り値:

  • 成功: インストールされているすべてのアプリケーションのJSONデータを含むテキストコンテンツ
  • 失敗: エラー情報を含むテキストコンテンツ

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

mcp-get-installed-apps

  1. Project Introduction
    1. Features
      1. Project Structure
        1. Installation
          1. MCP Configuration
            1. Configure the MCP JSON in the AI Client
          2. MCP Tool Description
            1. Get Installed Apps (get-installed-apps)
          ID: yuzyby0c44