mcpbeat Sign in

EOS MCP Server

local only

EOS MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 252 installs a week from pypi. Last commit 22 Aug 2026.

MCP server for Arista EOS device operations via eAPI

Installs per day peak 365 · avg 100 · -28% w/w
a month agotoday
252
Installs / week
pypi · eos-mcp
0
Stars
1 open issues
22 Aug 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check EOS MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add eos-mcp -- uvx eos-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "eos-mcp": {
      "args": [
        "eos-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.eos-mcp]
command = "uvx"
args = ["eos-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "eos-mcp": {
      "args": [
        "eos-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "eos-mcp": {
      "args": [
        "eos-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to EOS MCP

same job, measured the same way
Junos MCP
by shigechika

MCP server for Juniper Networks device operations via junos-ops

322 installs/wk local only
Coolify MCP
by frndchagas

MCP server for Coolify API operations.

98 installs/wk local only
MCP Server Search
by bytedance

MCP server for web search operations

158 installs/wk local only
MCP Sqlite Tools
by spences10

MCP server for local SQLite database operations

138 installs/wk local only
Dataiku MCP
by clssck

MCP server for Dataiku DSS project, flow, and operations APIs.

34 installs/wk local only
Scrcpy MCP
by juancf

MCP server for Android device control via ADB and scrcpy

302 installs/wk local only
AWS CLI MCP Server
by musaddiq-dev

Python MCP server for AWS CLI inspection and operations

71 installs/wk local only
CLIO Plot
by iowarp

MCP server for advanced data visualization and plotting operations

local only

EOS MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for EOS MCP?
EOS MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package eos-mcp was installed 252 times last week.
How do I connect EOS MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls eos-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use EOS MCP?
The pypi package eos-mcp was installed 252 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is EOS MCP open source?
We cannot say either way: written in Python, 0 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.