Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Clr Arista

FreeNot checked

MCP server for Arista EOS switch management

GitHubEmbed

About

MCP server for Arista EOS switch management

README

Arista EOS switch management via eAPI

Install

pip install clr-arista-mcp
# or
uvx clr-arista-mcp

Configuration

Preferred: Configuration file at ~/.config/arista/credentials.json (chmod 600):

{
  "username": "admin",
  "password": "your-password",
  "ssh_key": "/path/to/id_rsa"
}

Note: Either password or ssh_key is required, not both.

Alternative: Environment variables are also supported:

Variable Description Example
ARISTA_USERNAME Arista username admin
ARISTA_PASSWORD Arista password your-password
ARISTA_SSH_KEY SSH key path /path/to/id_rsa

Optional:

Variable Description Default
ARISTA_READ_ONLY Run in read-only mode false
ARISTA_TRANSPORT Transport protocol (stdio or http) stdio
ARISTA_LOG_LEVEL Log level INFO

See --help for additional options:

clr-arista-mcp --help

Development

git clone https://github.com/clearminds/clr-arista-mcp.git
cd clr-arista-mcp
uv sync
uv run clr-arista-mcp

License

MIT

from github.com/clearminds/clr-arista-mcp

Install Clr Arista in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install clr-arista

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add clr-arista -- uvx clr-arista-mcp

Step-by-step: how to install Clr Arista

FAQ

Is Clr Arista MCP free?

Yes, Clr Arista MCP is free — one-click install via Unyly at no cost.

Does Clr Arista need an API key?

No, Clr Arista runs without API keys or environment variables.

Is Clr Arista hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Clr Arista in Claude Desktop, Claude Code or Cursor?

Open Clr Arista on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Clr Arista with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs