Monarch MCP
Rank #8,458io.github.jamiew/monarch-mcp
MCP server providing monarch-mcp capabilities
Monarch MCP is a Model Context Protocol (MCP) server published by jamiew. It ranks #8,458 of 115,591 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. Monarch MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Feb 1, 2026 and most recently updated on Mar 2, 2026.
Ranks ahead of 107,133 of 115,591 servers on MCP Toplist.
Use Monarch MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add monarch-mcp -e "MONARCH_EMAIL=<your MONARCH_EMAIL>" -e "MONARCH_PASSWORD=<your MONARCH_PASSWORD>" -e "MONARCH_MFA_SECRET=<your MONARCH_MFA_SECRET>" -e "MONARCH_FORCE_LOGIN=<your MONARCH_FORCE_LOGIN>" -- uvx monarch-mcp-jamiewReplace each placeholder with your own value before saving.
[mcp_servers.monarch-mcp]
command = "uvx"
args = ["monarch-mcp-jamiew"]
[mcp_servers.monarch-mcp.env]
MONARCH_EMAIL = "<your MONARCH_EMAIL>"
MONARCH_PASSWORD = "<your MONARCH_PASSWORD>"
MONARCH_MFA_SECRET = "<your MONARCH_MFA_SECRET>"
MONARCH_FORCE_LOGIN = "<your MONARCH_FORCE_LOGIN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"monarch-mcp": {
"command": "uvx",
"args": [
"monarch-mcp-jamiew"
],
"env": {
"MONARCH_EMAIL": "<your MONARCH_EMAIL>",
"MONARCH_PASSWORD": "<your MONARCH_PASSWORD>",
"MONARCH_MFA_SECRET": "<your MONARCH_MFA_SECRET>",
"MONARCH_FORCE_LOGIN": "<your MONARCH_FORCE_LOGIN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"monarch-mcp": {
"command": "uvx",
"args": [
"monarch-mcp-jamiew"
],
"env": {
"MONARCH_EMAIL": "<your MONARCH_EMAIL>",
"MONARCH_PASSWORD": "<your MONARCH_PASSWORD>",
"MONARCH_MFA_SECRET": "<your MONARCH_MFA_SECRET>",
"MONARCH_FORCE_LOGIN": "<your MONARCH_FORCE_LOGIN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"monarch-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"monarch-mcp-jamiew"
],
"env": {
"MONARCH_EMAIL": "<your MONARCH_EMAIL>",
"MONARCH_PASSWORD": "<your MONARCH_PASSWORD>",
"MONARCH_MFA_SECRET": "<your MONARCH_MFA_SECRET>",
"MONARCH_FORCE_LOGIN": "<your MONARCH_FORCE_LOGIN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"monarch-mcp": {
"command": "uvx",
"args": [
"monarch-mcp-jamiew"
],
"env": {
"MONARCH_EMAIL": "<your MONARCH_EMAIL>",
"MONARCH_PASSWORD": "<your MONARCH_PASSWORD>",
"MONARCH_MFA_SECRET": "<your MONARCH_MFA_SECRET>",
"MONARCH_FORCE_LOGIN": "<your MONARCH_FORCE_LOGIN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"monarch-mcp": {
"command": "uvx",
"args": [
"monarch-mcp-jamiew"
],
"env": {
"MONARCH_EMAIL": "<your MONARCH_EMAIL>",
"MONARCH_PASSWORD": "<your MONARCH_PASSWORD>",
"MONARCH_MFA_SECRET": "<your MONARCH_MFA_SECRET>",
"MONARCH_FORCE_LOGIN": "<your MONARCH_FORCE_LOGIN>"
}
}
}
}Replace each placeholder with your own value before saving.
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.jamiew%2Fmonarch-mcp)<a href="https://mcptoplist.com/server/io.github.jamiew%2Fmonarch-mcp"><img src="https://mcptoplist.com/badge/io.github.jamiew%2Fmonarch-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
jamiew
Other servers by jamiew
View all jamiew servers →Available versions (2)
| Version | Published |
|---|---|
| 0.3.1 | Mar 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Monarch MCP?
- Monarch MCP is maintained by jamiew, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Monarch MCP listed on the Official MCP Registry?
- Yes — Monarch MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Monarch MCP have?
- MCP Toplist tracks 2 versions of Monarch MCP, most recently published on Mar 2, 2026.
- Where can I find the source code for Monarch MCP?
- The source code for Monarch MCP is hosted at github.com/jamiew/monarch-mcp.