- Explore MCP Servers
- mcp-get-installed-apps
Mcp Get Installed Apps
What is Mcp Get Installed Apps
mcp-get-installed-apps is a Model Context Protocol (MCP) server that provides information about the applications installed on your computer, supporting both MacOS and Windows.
Use cases
Use cases include enabling AI assistants to provide users with information about installed applications, assisting in software audits, and facilitating application management tasks.
How to use
To use mcp-get-installed-apps, clone the repository, install the dependencies using npm, build the project, and configure it in your MCP JSON configuration to integrate with compatible AI clients.
Key features
Key features include returning a comprehensive list of installed applications, simple integration with any MCP-compatible AI client, and a lightweight implementation with minimal dependencies.
Where to use
mcp-get-installed-apps can be used in various fields such as software management, AI assistant applications, and system monitoring tools that require information about installed software.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Get Installed Apps
mcp-get-installed-apps is a Model Context Protocol (MCP) server that provides information about the applications installed on your computer, supporting both MacOS and Windows.
Use cases
Use cases include enabling AI assistants to provide users with information about installed applications, assisting in software audits, and facilitating application management tasks.
How to use
To use mcp-get-installed-apps, clone the repository, install the dependencies using npm, build the project, and configure it in your MCP JSON configuration to integrate with compatible AI clients.
Key features
Key features include returning a comprehensive list of installed applications, simple integration with any MCP-compatible AI client, and a lightweight implementation with minimal dependencies.
Where to use
mcp-get-installed-apps can be used in various fields such as software management, AI assistant applications, and system monitoring tools that require information about installed software.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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
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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










