Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Get Installed Apps

    A Model Context Protocol (MCP) server that provides information about installed applications on your computer, support MacOS and Windows.

    2 stars
    TypeScript
    Updated Oct 4, 2025

    Table of Contents

    • Project Introduction
    • Features
    • Project Structure
    • Installation
    • MCP Configuration
    • Configure the MCP JSON in the AI Client
    • MCP Tool Description
    • Get Installed Apps (get-installed-apps)

    Table of Contents

    • Project Introduction
    • Features
    • Project Structure
    • Installation
    • MCP Configuration
    • Configure the MCP JSON in the AI Client
    • MCP Tool Description
    • Get Installed Apps (get-installed-apps)

    Documentation

    Get Installed Apps MCP Server

    A Model Context Protocol (MCP) server that provides information about installed applications on your computer, support MacOS and Windows.

    Project Introduction

    Get Installed Apps MCP Server is a simple MCP implementation that allows AI assistants to discover which applications are installed on your computer. This server implements the Model Context Protocol (MCP) specification, enabling seamless integration with compatible AI clients.

    Features

    • Returns a comprehensive list of installed applications on your computer
    • Simple integration with any MCP-compatible AI client
    • Lightweight implementation with minimal dependencies

    Project Structure

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

    Installation

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

    MCP Configuration

    After installation, you can configure Get Installed Apps MCP in your MCP JSON configuration:

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

    Configure the MCP JSON in the AI Client

    • Claude Client: https://modelcontextprotocol.io/quickstart/user
    • Raycast: requires installing the MCP plugin
    • Cursor: https://docs.cursor.com/context/model-context-protocol#configuring-mcp-servers

    MCP Tool Description

    Get Installed Apps MCP Server provides the following tool, which can be called through the MCP protocol:

    Get Installed Apps (get-installed-apps)

    Returns a list of all installed applications on your computer.

    Parameters:

    • None

    Returns:

    • Success: Text content containing JSON data of all installed applications
    • Failure: Text content containing error information

    Similar MCP

    Based on tags & features

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Wave

      TypeScript00
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Wave

      TypeScript00
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k