mcpbeat Sign in

Ohm MCP Server

by murugarajr Your server? Claim it
local only

Ohm MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 223 installs a week from pypi. Last commit 25 Jan 2026.

AST-based Python refactoring MCP server with safe automated refactorings and rollback

Installs per day peak 24 · avg 8 · -24% w/w
a month agotoday
223
Installs / week
npm · ohm-mcp
2
Stars
0 open issues
25 Jan 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 15 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.

            result = subprocess.run(

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

Alternatives to Ohm MCP

same job, measured the same way
Weavatrix Refactor Js
by sergii-ziborov

Transactional refactoring MCP with 11 evidence-backed tools, hash-bound previews, and rollback.

46 installs/wk local only
CleanCode AI
by evozim

Automated codebase refactoring and type safety validator.

answering
Weavatrix Refactor
by sergii-ziborov

Transactional refactoring extension with 11 evidence-backed tools, previews, and rollback.

139 installs/wk local only
Weavatrix Refactor
by weavatrix

Transactional refactoring extension with 11 evidence-backed tools, previews, and rollback.

local only
Selvage
by selvage-lab

An LLM-based code review MCP server with AST-powered smart context extraction

46 installs/wk local only
Refactoring MCP Server
by marshally

MCP server exposing Martin Fowler's refactoring catalog to LLMs with 71+ refactorings

70 installs/wk local only
RoselineMCP
by atypical-consulting

MCP server for C# code analysis and automated fixing using Roslyn analyzers and code fix providers.

local only
MCP Server Analyzer
by anselmoo

MCP server for Python, JavaScript, and TypeScript code analysis with Ruff, ty, Vulture, and Biome

590 installs/wk local only

Ohm MCP — questions

Answers built from our own checks of this server.

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