
A Model Context Protocol (MCP) server that provides information about installed applications on your
A Model Context Protocol (MCP) server that provides information about installed applications on your computer, support MacOS and Windows.
A Model Context Protocol (MCP) server that provides information about installed applications on your computer, support MacOS and Windows.
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.
mcp-get-installed-apps
├── src
│ ├── index.ts # Application entry point
├── tsconfig.json # TypeScript configuration file
├── package.json # npm configuration file
└── README.md # Project documentationgit clone https://github.com/Xutaotaotao/mcp-get-installed-apps.git
cd git-mcp-server
npm install
npm run buildAfter 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"
]
}
}
}Get Installed Apps MCP Server provides the following tool, which can be called through the MCP protocol:
Returns a list of all installed applications on your computer.
Parameters:
Returns:
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add get-installed-apps -- node mcp-get-installed-apps/build/index.js{
"mcpServers": {
"get-installed-apps": {
"args": [
"mcp-get-installed-apps/build/index.js"
],
"command": "node"
}
}
}code --add-mcp '{"name":"get-installed-apps","args":["mcp-get-installed-apps/build/index.js"],"command":"node"}'[mcp_servers.get-installed-apps]
command = "node"
args = ["mcp-get-installed-apps/build/index.js"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/get-installed-apps-mcp-server to learn what the "Get Installed Apps MCP Server" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
This server runs locally, so we can't read its tool list over the web yet.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/get-installed-apps-mcp-server)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "get-installed-apps-mcp-server" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.