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。

项目介绍

获取已安装的应用程序 MCP 服务器是一个简单的 MCP 实现,允许 AI 助手发现您的计算机上安装了哪些应用程序。该服务器实现了模型上下文协议 (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 配置中配置“获取已安装的应用程序”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-获取已安装的应用程序

  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