Oh My Posh Configurator
Rank #4,242io.github.jamesmontemagno/ohmyposh-configurator
MCP server for creating, validating, and exporting Oh My Posh terminal prompt configurations.
Oh My Posh Configurator is a Model Context Protocol (MCP) server published by jamesmontemagno. It ranks #4,242 of 132,113 servers tracked on MCP Toplist, and its repository has 135 GitHub stars. Oh My Posh Configurator is listed on Official MCP, with 1 tracked version. It was first listed on Feb 14, 2026 and most recently updated on Aug 3, 2026.
Ranks ahead of 127,871 of 132,113 servers on MCP Toplist.
Use Oh My Posh Configurator
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ohmyposh-configurator -- npx -y ohmyposh-configurator[mcp_servers.ohmyposh-configurator]
command = "npx"
args = ["-y", "ohmyposh-configurator"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ohmyposh-configurator": {
"command": "npx",
"args": [
"-y",
"ohmyposh-configurator"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ohmyposh-configurator": {
"command": "npx",
"args": [
"-y",
"ohmyposh-configurator"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ohmyposh-configurator": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ohmyposh-configurator"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ohmyposh-configurator": {
"command": "npx",
"args": [
"-y",
"ohmyposh-configurator"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ohmyposh-configurator": {
"command": "npx",
"args": [
"-y",
"ohmyposh-configurator"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jamesmontemagno%2Fohmyposh-configurator)<a href="https://mcptoplist.com/server/io.github.jamesmontemagno%2Fohmyposh-configurator"><img src="https://mcptoplist.com/badge/io.github.jamesmontemagno%2Fohmyposh-configurator.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
jamesmontemagno
Other servers by jamesmontemagno
View all jamesmontemagno servers →Available versions (1)
| Version | Published |
|---|---|
| 1.1.1 | Aug 3, 2026 |
Frequently asked questions
- Who maintains Oh My Posh Configurator?
- Oh My Posh Configurator is maintained by jamesmontemagno, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Oh My Posh Configurator listed on the Official MCP Registry?
- Yes — Oh My Posh Configurator is listed on the Official MCP Registry.
- How many versions does Oh My Posh Configurator have?
- MCP Toplist tracks 1 version of Oh My Posh Configurator, most recently published on Aug 3, 2026.
- Where can I find the source code for Oh My Posh Configurator?
- The source code for Oh My Posh Configurator is hosted at github.com/jamesmontemagno/ohmyposh-configurator.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.