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(Model Context Protocol) 서버로, MacOS와 Windows를 지원합니다.

프로젝트 소개

설치된 앱 가져오기 MCP 서버는 AI 비서가 컴퓨터에 설치된 애플리케이션을 검색할 수 있도록 하는 간단한 MCP 구현입니다. 이 서버는 모델 컨텍스트 프로토콜(MCP) 사양을 구현하여 호환되는 AI 클라이언트와의 원활한 통합을 지원합니다.

특징

  • 컴퓨터에 설치된 애플리케이션의 포괄적인 목록을 반환합니다.
  • 모든 MCP 호환 AI 클라이언트와의 간단한 통합
  • 최소한의 종속성을 갖춘 가벼운 구현

프로젝트 구조

지엑스피1

설치

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