PluginBench
MCP Server
Active

Oh My Posh Configurator MCP Server

io.github.jamesmontemagno/ohmyposh-configurator

What is the Oh My Posh Configurator MCP server?

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

How to install Oh My Posh Configurator

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ohmyposh-configurator": {
      "command": "npx",
      "args": [
        "-y",
        "ohmyposh-configurator"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ohmyposh-configurator": {
      "command": "npx",
      "args": [
        "-y",
        "ohmyposh-configurator"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ohmyposh-configurator": {
      "command": "npx",
      "args": [
        "-y",
        "ohmyposh-configurator"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ohmyposh-configurator": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ohmyposh-configurator"
      ]
    }
  }
}
Claude Code
claude mcp add ohmyposh-configurator -- npx -y ohmyposh-configurator

Related MCP servers

MCP server providing monkey data, journeys, and location services for various monkey species.

123
Jupyter Notebook
MIT
View repository →