Skip to main content
Glama

mcp-get-installed-apps

获取已安装的应用程序 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

local-only server

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

mcp-获取已安装的应用程序

  1. 项目介绍
    1. 特征
      1. 项目结构
        1. 安装
          1. MCP 配置
            1. 在 AI 客户端中配置 MCP JSON
          2. MCP 工具描述
            1. 获取已安装的应用程序(get-installed-apps)

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            A local CLI & API for MCP management that allows users to download, install, manage, and interact with MCPs from GitHub, featuring process state management, port allocation, and HTTP API routes.
            Last updated -
            18
            TypeScript
            • Apple
            • Linux

          View all related MCP servers

          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/Xutaotaotao/mcp-get-installed-apps'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server