EOS MCP for Cursor
io.github.shigechika/eos-mcp
MCP server for Arista EOS device operations via eAPI
client:Cursor
transport:stdio
runtime:pypi
Install EOS MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"eos-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"eos-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs