mcpbeat Sign in

MCP Process MCP Server

local only

MCP Process runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 8 Apr 2026.

Process management and monitoring for AI agents with strict security boundaries

Installs per day peak 21 · avg 9 · +31% w/w
a month agotoday
62
Installs / week
npm · @ai-capabilities-suite/mcp-process
3
Stars
0 open issues
8 Apr 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository digital-defiance/ai-capabilities-suite
пакет @ai-capabilities-suite/mcp-process ссылается на digital-defiance/mcp-process

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-process -- npx -y @ai-capabilities-suite/mcp-process
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-process": {
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-process"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-process]
command = "npx"
args = ["-y", "@ai-capabilities-suite/mcp-process"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-process": {
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-process"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-process": {
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-process"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Process

same job, measured the same way
MCP Kafka
by dockndevai

Apache Kafka monitoring & management for AI agents (with consumer lag) — governed.

322 installs/wk local only
I
Ninjaone
by lungshot

MCP server for NinjaONE RMM with device management, monitoring, and automation

local only
Web
by rog0x

Web scraping, search, monitoring, and HTML-to-markdown for AI agents

32 installs/wk local only
MCPower Security Proxy
by ai-mcpower

Security proxy that wraps MCP servers with real-time monitoring and policy enforcement

301 installs/wk local only
SimplyPrint: 3D Print Farm Management
by simplyprint

3D print farm management for AI. Monitor, queue, and control prints on your SimplyPrint account.

75 tools answering
MCP Kubernetes
by dockndevai

Kubernetes monitoring & ops for AI agents — safe-by-default access modes and guards.

324 installs/wk local only
mttrly
by mttrly

AI-powered incident management and server monitoring via MCP.

answering
Fleet MCP
by simplyminimal

An MCP server that provides tools for managing and monitoring your Fleet Device Management instance.

201 installs/wk local only

MCP Process — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Process?
MCP Process runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ai-capabilities-suite/mcp-process was installed 62 times last week.
How do I connect MCP Process?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ai-capabilities-suite/mcp-process straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Process?
The npm package @ai-capabilities-suite/mcp-process was installed 62 times in the last week. Week over week that is +31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Process open source?
Yes — it is published under the MIT licence, written in JavaScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.