kill-process-mcp 🔫
Cross-platform MCP (Model Context Protocol) server exposing LLM-accessible tools to list and kill OS processes via natural language queries.
Perfect for shy ninjas who just want rogue processes gone: "Find and nuke the damn CPU glutton choking my system!"
Demo

Tools
The following tools are exposed to MCP clients:
process_list: Lists running processes sorted by CPU or memory with optional name, user, status, CPU/memory thresholds, system-process filtering, sort order and limitprocess_kill: Terminates the selected process (with extreme prejudice!)
Requirements
- MCP-compatible LLM client (like Claude Desktop or Cursor)
- OS: macOS/Windows/Linux
- Python 3.13 or higher
- uv
- Libraries:
mcppsutil
Installation
You can install kill-process-mcp in two ways:
- Preferred: use
uvx- no cloning or setup needed. - Alternative: clone the repo and set up manually.
1. Install uv (required for both methods)
Install uv if missing:
pip install uv
# or on macOS:
brew install uvIn case of the preferred uvx method you can now configure your MCP client (skip the cloning step below).






