Oh My Posh Configurator
Interface UIpar jamesmontemagno
Visually design terminal prompts with drag-and-drop — browse 103+ segments, customize styles, and export to Oh My Posh config files.
What it does
Oh My Posh Configurator renders an interactive visual editor inside MCP clients that lets you design terminal prompts by dragging and dropping segments onto a canvas. Browse a library of 103+ segments across 8 categories (System, Version Control, Languages, Cloud, CLI Tools, Web, Music, Health), configure colors, templates, and powerline/diamond styles, and see a live preview of your prompt in real time. Export your creation as JSON, YAML, or TOML — ready to use with Oh My Posh on PowerShell, Bash, Zsh, Fish, or any supported shell. Also includes an MCP server so AI assistants like Claude can create and manage configurations through natural language.
Key features
- Drag-and-Drop Prompt Builder — Visually arrange 103+ segments on a canvas with real-time live preview showing powerline arrows and diamond shapes.
- Segment Library — Browse segments organized in 8 categories (System, Git, Languages, Cloud, CLI Tools, Web, Music, Health) with built-in documentation for every property and option.
- Full Customization — Configure colors, templates, styles, alignment, caching, and command-triggered tooltips with progressive disclosure for advanced settings.
- Import & Export — Load existing Oh My Posh configs (JSON, YAML, TOML), or export your creation in any format. Includes 6 sample templates and community theme browser.
- MCP Server — AI assistants can create, modify, and optimize Oh My Posh configurations through natural language. Supports VS Code Copilot Chat integration.
Installation
VS Code Copilot: Add to .vscode/mcp.json:
{
"servers": {
"ohmyposh-configurator": {
"type": "stdio",
"command": "node",
"args": ["/path/to/ohmyposh-configurator/dist/mcp/index.js"]
}
}
}
Claude Desktop: Add to claude_desktop_config.json:
{
"mcpServers": {
"ohmyposh-configurator": {
"command": "node",
"args": ["/path/to/ohmyposh-configurator/dist/mcp/index.js"]
}
}
}
Note: Requires cloning the repo and running npm run build:mcp first.
Supported hosts
VS Code Copilot, Claude Desktop.
Installation rapide
npm run build:mcp && node dist/mcp/index.jsInformations
- Tarification





