mcpbeat Sign in

Saihm MCP Server

local only

Saihm MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 288 installs a week from npm. Last commit 12 Sep 2026.

MCP standards client for your own custodial SAIHM operator. Free start: @saihm/mcp-server-pro

Installs per day peak 200 · avg 39 · +14% w/w
a month agotoday
288
Installs / week
npm · @saihm/mcp-server
1
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Saihm MCP 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 saihm-mcp -- npx -y @saihm/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "saihm-mcp": {
      "args": [
        "-y",
        "@saihm/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.saihm-mcp]
command = "npx"
args = ["-y", "@saihm/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "saihm-mcp": {
      "args": [
        "-y",
        "@saihm/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "saihm-mcp": {
      "args": [
        "-y",
        "@saihm/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SAIHM_ENDPOINT_URL (Endpoint URL of the custodial SAIHM operator you run or subscribe to. Not the hosted service at https://saihm.coti.global, which is non-custodial: use @saihm/mcp-server-pro for that.), SAIHM_AUTH_HEADER (Authorization header (typically 'Bearer <token>') issued by your operator.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Saihm MCP

same job, measured the same way
Aem MCP Server
by easingthemes

AEM MCP server. Chat with your AEM instance for content, component, and asset operations.

211 installs/wk local only
Malt MCP
by leombm

MCP server for Malt.fr. Read your freelance profile, stats, and missions from Claude.

114 installs/wk local only
Agentpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.

121 installs/wk local only
AWS CLI MCP Server
by musaddiq-dev

Python MCP server for AWS CLI inspection and operations

71 installs/wk local only
Apple Health MCP Server
by krumjahn

Apple Health data for Claude, Cursor, and any MCP client — 100% local on your Mac.

37 installs/wk local only
AI.TV MCP Server
by ai

Remote MCP server for AI.TV creators — delegate account operations to your AI agent over MCP.

answering
Killbottleneck
by killbottleneck

Goal and process maps for humans and AI agents on your own server.

104 installs/wk local only
WhiteCapData Dev
by michael-whitecapdata

Operate a k3s / Kubernetes cluster from your AI agent — safe-by-default MCP server.

78 installs/wk local only

Saihm MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Saihm MCP?
Saihm MCP 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 @saihm/mcp-server was installed 288 times last week.
How do I connect Saihm MCP?
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 @saihm/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Saihm MCP?
The npm package @saihm/mcp-server was installed 288 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Saihm MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 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.