Odel
Oh My Posh Configurator

Oh My Posh Configurator

Local
@jamesmontemagno132TypeScriptUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmohmyposh-configuratorv1.1.1

Run

npx -y ohmyposh-configurator

MCP client config

{
  "mcpServers": {
    "oh-my-posh-configurator": {
      "command": "npx",
      "args": [
        "-y",
        "ohmyposh-configurator"
      ]
    }
  }
}