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).
Run
npx -y ohmyposh-configurator
MCP client config
{
"mcpServers": {
"oh-my-posh-configurator": {
"command": "npx",
"args": [
"-y",
"ohmyposh-configurator"
]
}
}
}