Back to MCP Servers
Kill Process
List and terminate OS processes via natural language queries
coding-agents
By misiektoja
Installation
npx -y kill-process-mcpConfiguration
{
"mcpServers": {
"kill-process-mcp": {
"command": "npx",
"args": ["-y", "kill-process-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes