Get Installed Apps MCP Server

by Xutaotaotao

3 stars
173 downloads
Not rated
GitHub

About

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

Details

Author
Xutaotaotao
GitHub stars
3
Downloads
173
Categories
Other

- Provides a comprehensive list of installed applications
- Works on macOS and Windows
- Simple integration with any MCP-compatible AI client
- Lightweight implementation with minimal dependencies
- Implements the Model Context Protocol specification
- No parameters required for the provided tool

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Get Installed Apps MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

What operating systems does it support?

It supports macOS and Windows.

How do I install Get Installed Apps MCP Server?

Clone the repository, run npm install and npm run build to build the server.

What tool does it provide?

It provides a single tool called get-installed-apps that returns a JSON list of all installed applications. No parameters are required.

How do I configure it in my AI client?

After building, add the get-installed-apps object to your MCP JSON configuration under mcpServers, with the command node and the path to the built index.js file.

Are there any runtime dependencies?

The server is built with TypeScript and Node.js. It is described as lightweight with minimal dependencies.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

Get Installed Apps MCP Server

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

<a href="https://glama.ai/mcp/servers/@Xutaotaotao/mcp-get-installed-apps">
mcp-get-installed-apps MCP server
</a>

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

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

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:

{
    "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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.