
mcp-get-installed-apps
mcp-get-installed-apps
Tools
get-installed-apps
Get my computer's installed apps
README
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.