Software MCP Server
A Model Context Protocol server that provides software management capabilities for your computer.
Overview
Software MCP Server is a Model Context Protocol server that provides software management capabilities for your computer, enabling LLMs to manage installed software, open applications, and close running programs across multiple operating systems (Windows, macOS, Linux).
To use the Software MCP Server, you can either run it using the uv tool or install it via pip. Once set up, you can interact with it through commands to list, open, or close software on your system.
- Get a list of installed software on your computer. - Open applications by name. - Close running applications (Windows only). - Supports multiple operating systems.
- Managing software installations on a computer.
- Automating the opening and closing of applications.
- Integrating with AI systems to provide software management capabilities.
Add to your AI client
Use these steps to connect Software MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-software-dumoedss": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-software-dumoedss"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-software-dumoedss": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-software-dumoedss"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-software-dumoedss": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-software-dumoedss"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-software-dumoedss": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-software-dumoedss"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-software-dumoedss": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-software-dumoedss"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-software-dumoedss": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-software-dumoedss"
]
}
}
}FAQ
**What operating systems are supported?**
The server supports Windows, macOS, and Linux, with full functionality on Windows.
**Is there a way to manually add software?**
Yes! You can manually edit the `software_list.json` file to add custom software entries.
**Can I run this server without installation?**
Yes, you can run it directly using the `uv` tool without specific installation.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2540,"uuid":"42f9aa31-2c5c-4195-a1fe-74c04c36a437","name":"mcp-server-software","title":"Software MCP Server","description":"A Model Context Protocol server that provides software management capabilities for your computer.","avatar_url":"https://avatars.githubusercontent.com/u/10694619?v=4","created_at":"2025-03-13T08:42:20.443Z","updated_at":"2025-03-16T11:49:15.267Z","status":"created","author_name":"DumoeDss","author_avatar_url":"https://avatars.githubusercontent.com/u/10694619?v=4","tags":"mcp-server,software-management,model-context-protocol","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/DumoeDss/mcp-server-software","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"1\",\"license\":\"MIT license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-12 01:03:42\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]