Odel
EOS MCP

EOS MCP

Local
@shigechikaPythonUpdated 2w ago

MCP server for Arista EOS device operations via eAPI

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIeos-mcpv1.3.0

Run

uvx eos-mcp

MCP client config

{
  "mcpServers": {
    "eos-mcp": {
      "command": "uvx",
      "args": [
        "eos-mcp"
      ]
    }
  }
}