Integrations
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
Installation
MCP Configuration
After installation, you can configure Get Installed Apps MCP in your MCP JSON configuration:
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
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
mcp-get-installed-apps
Related MCP Servers
- -securityFlicense-qualityAn MCP server to list and launch applications on MacOSLast updated -184JavaScript
- AsecurityAlicenseAqualityMCP server for searching npm packagesLast updated -1477JavaScriptMIT License
- AsecurityAlicenseAqualityreact-mcp integrates with Claude Desktop, enabling the creation and modification of React apps based on user promptsLast updated -96JavaScriptMIT License
- -securityAlicense-qualityA 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 -14TypeScriptMIT License