mcpbeat

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. 300 installs a week from npm. Last commit 4 Aug 2026.

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

300
Installs / week
npm · ohmyposh-configurator
125
Stars
1 open issues
4 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

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

371 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

30 618 installs/wk local only
ADCIRC Model Setup MCP Server
by mansurjisan

ADCIRC model configuration debugging, parameter lookup, and validation

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

SCHISM model configuration debugging, parameter lookup, and validation

31 installs/wk local only
Regex Lab
by ryudi84

MCP server for regex testing, matching, replacing, and validation

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 300 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 300 times in the last week. 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?
Yes — written in TypeScript, 125 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.