What is the EOS MCP MCP server?
MCP server for Arista EOS device operations via eAPI
How to install EOS MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"eos-mcp": {
"command": "uvx",
"args": [
"eos-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"eos-mcp": {
"command": "uvx",
"args": [
"eos-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"eos-mcp": {
"command": "uvx",
"args": [
"eos-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"eos-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"eos-mcp"
]
}
}
}Claude Code
claude mcp add eos-mcp -- uvx eos-mcpRelated MCP servers
MCP server for Aruba Central: expose AP, switch, and client status to AI assistants
View repository →MCP fork of Google Workspace CLI (Gmail, Drive, Calendar, and more)
View repository →MCP server for retrieving Japanese stock market data via J-Quants API v2
View repository →