Skip to content
Claude Desktop

Procm for Claude Desktop

io.github.coder-ka/procm-mcp

A Model Context Protocol (MCP) server for process management.

client:Claude Desktop transport:stdio runtime:npm

Install Procm in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "procm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "procm-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Procm in other clients