EOS MCP
Rank #6,507io.github.shigechika/eos-mcp
MCP server for Arista EOS device operations via eAPI
EOS MCP is a Model Context Protocol (MCP) server published by shigechika. It ranks #6,507 of 115,460 servers tracked on MCP Toplist. EOS MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on May 26, 2026 and most recently updated on Aug 15, 2026.
Ranks ahead of 108,953 of 115,460 servers on MCP Toplist.
Use EOS MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add eos-mcp -- uvx eos-mcp[mcp_servers.eos-mcp]
command = "uvx"
args = ["eos-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"eos-mcp": {
"command": "uvx",
"args": [
"eos-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"eos-mcp": {
"command": "uvx",
"args": [
"eos-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"eos-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"eos-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"eos-mcp": {
"command": "uvx",
"args": [
"eos-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"eos-mcp": {
"command": "uvx",
"args": [
"eos-mcp"
]
}
}
}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.shigechika%2Feos-mcp)<a href="https://mcptoplist.com/server/io.github.shigechika%2Feos-mcp"><img src="https://mcptoplist.com/badge/io.github.shigechika%2Feos-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
shigechika
Other servers by shigechika
- MCP Stdio#1,060 · 48 vers
- J-Quants MCP#1,978 · 58 vers
- KeyCloak MCP#4,838 · 16 vers
- Junos MCP#4,880 · 19 vers
- Google Workspace Admin Security-Audit MCP#5,540 · 14 vers
- Aruba Central MCP#6,178 · 12 vers
- Zabbix API MCP#6,316 · 9 vers
- Box Admin Analytics MCP#6,362 · 11 vers
- Cloud Armor WAF Patrol MCP#9,825 · 4 vers
- MCP fork of Google Workspace CLI#10,645 · 3 vers
- netdiag MCP#14,456 · 2 vers
- entraadm MCP#27,912 · 1 ver
Available versions (9)
| Version | Published |
|---|---|
| 1.3.0 | Aug 15, 2026 |
| 1.2.2 | Aug 13, 2026 |
| 1.2.1 | Aug 11, 2026 |
| 1.2.0 | Aug 8, 2026 |
| 1.1.4 | Aug 6, 2026 |
| 1.1.3 | Jul 31, 2026 |
| 1.1.2 | Jul 27, 2026 |
| 1.1.0 | Jul 26, 2026 |
| 0.2.1 | May 26, 2026 |
Frequently asked questions
- Who maintains EOS MCP?
- EOS MCP is maintained by shigechika, which publishes 13 MCP servers (206 total versions) tracked on MCP Toplist.
- Is EOS MCP listed on the Official MCP Registry?
- Yes — EOS MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does EOS MCP have?
- MCP Toplist tracks 9 versions of EOS MCP, most recently published on Aug 15, 2026.
- Where can I find the source code for EOS MCP?
- The source code for EOS MCP is hosted at github.com/shigechika/eos-mcp.