Get Installed Apps MCP Server
@Xutaotaotao
关于 Get Installed Apps MCP Server
A Model Context Protocol (MCP) server that provides information about installed applications on your computer, support MacOS and Windows.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"get-installed-apps": {
"command": "node",
"args": [
"mcp-get-installed-apps/build/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Get Installed Apps MCP Server?
Get Installed Apps MCP Server is a lightweight Model Context Protocol (MCP) server that provides AI assistants with a comprehensive list of installed applications on a computer. It supports macOS and Windows and integrates seamlessly with any MCP-compatible AI client.
How to use Get Installed Apps MCP Server?
Clone the repository, then run npm install and npm run build. After building, add the following configuration to your MCP JSON file (for example in Claude, Raycast, or Cursor):
{
"mcpServers": {
"get-installed-apps": {
"command": "node",
"args": [
"mcp-get-installed-apps/build/index.js"
]
}
}
}
Key features of Get Installed Apps MCP Server
- 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
Use cases of Get Installed Apps MCP Server
- An AI assistant queries the list of installed applications to offer context-aware help
- Check if a specific application is installed before giving installation instructions
- Integrate with Claude, Raycast, or Cursor to surface application information
FAQ from Get Installed Apps MCP Server
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.
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
ghidraMCP
LaurieWiredMCP Server for Ghidra
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论