Skip to content
Cursor

Junos MCP for Cursor

io.github.shigechika/junos-mcp

MCP server for Juniper Networks device operations via junos-ops

client:Cursor transport:stdio runtime:pypi

Install Junos MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "junos-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "junos-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Junos MCP in other clients