mcpbeat Sign in

Oh My Posh Configurator MCP Server

local only

Oh My Posh Configurator runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 4 Aug 2026.

MCP server for creating, validating, and exporting Oh My Posh terminal prompt configurations.

Installs per day peak 299 · avg 13 · +19850% w/w
a month agotoday
32
Installs / week
npm · ohmyposh-configurator
135
Stars
8 open issues
4 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

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

Page executes code built at runtime mcp/apps/segments/preview.html:173
  appEl.innerHTML = html;
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/generate-theme-previews.yml:44
      - name: Create preview update pull request
        env:
          BRANCH: automation/theme-preview-${{ github.run_id }}
…eway --user '"${MCP_GATEWAY_UID}"':'"${MCP_GATEWAY_GID}"' --group-add '"${DOCKER_SOCK_GID}"' -v '"${DOCKER_SOCK_PATH}"':/var/run/docker.sock -e MCP_GATEWAY_PORT -e MCP_GATEWAY_DOMAIN -e MCP_GATEWAY_API_KEY -e MCP_GATEWAY_PAYLOAD_DIR -e MCP_GATEWAY_PAYLOAD_SIZE_THRESHOLD -e DOCKER…

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

Alternatives to Oh My Posh Configurator

same job, measured the same way
Oh My Posh Validator
by ohmyposh

Validate oh-my-posh configurations and segment snippets against the official schema.

2 tools answering
PhysiCell Configuration Builder
by marcorusc

MCP server for building, inspecting, and exporting PhysiCell and PhysiBoSS configuration files

185 installs/wk local only
Csvbox MCP Server
by csvbox-io

CSVBox MCP server for creating, updating, validating and generating CSVBox importer sheets.

33 installs/wk local only
Env
by ryudi84

MCP server for .env file validation, parsing, and comparison.

local only
Cron
by ryudi84

MCP server for cron expression parsing, validation, and scheduling.

local only
Desktop Commander
by wonderwhy-er

MCP server for terminal commands, file operations, and process management

125 805 installs/wk local only
ADCIRC Model Setup MCP Server
by mansurjisan

ADCIRC model configuration debugging, parameter lookup, and validation

69 installs/wk local only
SCHISM Model Setup MCP Server
by mansurjisan

SCHISM model configuration debugging, parameter lookup, and validation

45 installs/wk local only

Oh My Posh Configurator — questions

Answers built from our own checks of this server.

Why is there no uptime for Oh My Posh Configurator?
Oh My Posh Configurator 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 ohmyposh-configurator was installed 32 times last week.
How do I connect Oh My Posh Configurator?
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 ohmyposh-configurator straight from npm; nothing to host, nothing to sign up for.
How many people use Oh My Posh Configurator?
The npm package ohmyposh-configurator was installed 32 times in the last week. Week over week that is +19850%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Oh My Posh Configurator open source?
We cannot say either way: written in TypeScript, 135 stars on GitHub and 8 open issues, but we could not determine the licence, and without one the code is not open source by default.