Skip to main content
Glama

mcp-get-installed-apps

설치된 앱 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

local-only server

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

mcp-get-installed-apps

  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