mcpbeat Sign in

Enoch MCP Server

by alias8818 Your server? Claim it
local only

Enoch runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from pypi. Last commit 1 Jul 2026.

Operate an Enoch control plane through MCP tools

Installs per day peak 25 · avg 11 · -6% w/w
a month agotoday
66
Installs / week
pypi · enoch-mcp
0
Stars
0 open issues
1 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What changed 33

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 17 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 23 more, back to 17 August 2026

Nothing serious here today

Today is the operative word: we check Enoch every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 enoch -- uvx enoch-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "enoch": {
      "args": [
        "enoch-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.enoch]
command = "uvx"
args = ["enoch-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "enoch": {
      "args": [
        "enoch-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "enoch": {
      "args": [
        "enoch-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ENOCH_API_URL (Base URL for the Enoch API.), ENOCH_API_TOKEN (Bearer token for the Enoch API.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Enoch

same job, measured the same way
Touchdesigner MCP Server
by 8beeeaaat

MCP server for TouchDesigner - Control and operate TouchDesigner projects through AI agents

631 installs/wk local only
Superagenticmcp
by anamized

MCP-native router and multi-agent control plane: plan, route tool calls, stream execution.

local only
Local YDB MCP
by astandrik

Operate local-ydb deployments through local or SSH-backed MCP tools.

144 installs/wk local only
Control Plane
by cpln

Control Plane (controlplane.com): deploy and operate workloads across AWS, GCP, Azure, and more.

answering
Isaacsim MCP Server
by whats2000

Control NVIDIA Isaac Sim robotics simulator through MCP with 42 tools

778 installs/wk local only
MetaMesh-UGA
by metamesh-uga

Serverless edge control plane to discover, route and monetize 14,982+ MCP tools.

15 tools answering
Tailscale
by tailscale-mcp

Drive a Tailscale node and its tailnet through the CLI and the control-plane API

134 installs/wk local only
C
Invokera Discover
by invokera

Search, inspect and invoke every public tool on Invokera through one MCP connection.

3 tools answering

Enoch — questions

Answers built from our own checks of this server.

Why is there no uptime for Enoch?
Enoch 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 pypi package enoch-mcp was installed 66 times last week.
How do I connect Enoch?
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 enoch-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Enoch?
The pypi package enoch-mcp was installed 66 times in the last week. Week over week that is -6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Enoch open source?
Yes — it is published under the MIT licence, written in Python and 0 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.