Skip to main content
Coding AgentsPython

misiektoja/kill-process-mcp

List and terminate OS processes via natural language queries

coding-agentslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/misiektoja/kill-process-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "kill-process-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "misiektoja/kill-process-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Python
Author
misiektoja