mcp-server-software
If you are the rightful owner of mcp-server-software and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server that provides software management capabilities for your computer.
The Software MCP Server is a Model Context Protocol server designed to manage software on your computer. It allows Language Model Models (LLMs) to interact with the software environment by listing installed applications, opening them, and closing running programs. The server supports multiple operating systems, including Windows, macOS, and Linux. On Windows, it offers full functionality, including software listing, opening, and closing. On macOS and Linux, it supports software listing and opening. The server maintains a JSON file that maps software names to their executable paths, which can be manually edited to include custom software entries. It is compatible with Python 3.7+ and requires additional libraries such as psutil and pywin32 (for Windows).
Features
- Cross-platform support for Windows, macOS, and Linux.
- Ability to list installed software on the computer.
- Open software by name across supported platforms.
- Close running software by name on Windows.
- Customizable software mapping via JSON file.
Tools
get_software_list_tool
Get a list of installed software on your computer
open_software
Open the software by name
close_software
Turn off running software by name (Windows only)