mcpbeat Sign in
I

Chmi MCP Server

local only

Chmi MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Keyless CHMI open data browser: warnings, forecasts, files.

Installs / week
npm · chmi-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
License
TypeScript

Nothing serious here today

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

Alternatives to Chmi MCP

same job, measured the same way
Flyto Core
by flytohub

Execution engine for AI agents. 412 modules: browser, file, Docker, data, crypto.

3 383 installs/wk local only
Microsoft Teams MCP
by chrischall

Microsoft Teams for Claude — read your chats, teams, channels, and open messages, via your browser

248 installs/wk local only
Browser Use
by browser-use

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

1 689 793 installs/wk local only
Browser MCP
by mrfentmen

Control a local headless Chrome browser: open pages, read titles, and take screenshots.

268 installs/wk local only
openDAW MCP
by ameobius

262 MCP tools for agent-native control of openDAW, a browser-based DAW

local only
MCP Server Browser
by bytedance

MCP server for browser use access

1 760 installs/wk local only
C
Playwright MCP Server
by thenextgennexus

Headless browser primitives for AI agents when sites need real JS rendering.

17 tools answering
Debugai MCP
by 1shizaan

MCP server for DebugAI. Browser sign-in, auto client setup, no key pasting.

238 installs/wk local only

Chmi MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Chmi MCP?
Chmi 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 chmi-mcp.
How do I connect Chmi 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 chmi-mcp straight from npm; nothing to host, nothing to sign up for.
Is Chmi MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.