MCP server to integrate with Juniper Routing Director
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An MCP (Model Context Protocol) server that integrates with Juniper's Routing Director platform, providing intelligent access to network routing, assurance, optimization, and intelligence capabilities.
TBD
Create a config.json file with the following structure:
Basic Authentication:
Token Authentication:
Note: This authentication is between the MCP server and the Routing Director instance. The MCP server will handle authentication with Routing Director on behalf of clients connecting to it.
basic or tokencomponents field can be used to provide a list of components to filter the spec.Components can be one of the following:
ems - For alarms related info (searching, ack and unack of alarms reported on Routing Director)juniper-resiliency-interface - For device syslog info (retrieving syslog messages collected on Routing Director)device-kpi - For fetching exception events related to Juniper Resiliency Interface (JRI) collected on Routing Director(forwarding, routing and os)Available options:
-H, --host: Server host (default: 127.0.0.1)-p, --port: Server port (default: 30030)-t, --transport: Transport type: streamable-http or stdio (default: streamable-http)-c, --config: Path to configuration file (required)-v, --verbose: Enable verbose loggingThe server supports token-based authentication through a token manager. If a tokens file exists, authentication is automatically enabled for HTTP transports.
For stdio transport, authentication is bypassed as it's typically used in secure local environments.
You can use file-based token authentication for communication between an MCP client and MCP
server. To generate a token, execute the following command in your local system:
Where,
client-id - is an ID that you use for generating the authentication token.
The following is a sample of the generated output:
Save the generated token in a .tokens file. By default, the token is saved in the root directory of the GitHub MCP repository.
Enable detailed logging for debugging:
Users can use any MCP Host (like Claude, Copilot, Chatgpt, etc.) to connect to the MCP server. When configuring the MCP Host, use the same transport type, host, and port as specified when starting the MCP server.
Configure Claude
To configure Claude:
~/Library/Application Support/Claude/claude_desktop_config.json
• On a Windows machine, open command prompt and enter: %APPDATA%\Claude\claude_desktop_config.jsonClaude is connected to the MCP server if the MCP server tools are listed under + > Connectors.
Configure Copilot : To configure Copilot:
~/Library/Application\ Support/Code/User/mcp.json
Where, user is your username on the macOS machine.C:/Users/YourUserName/AppData/Roaming/Code/User/mcp.json
Where, user is your username on the Windows machine.To ensure that the MCP server has started correctly, view the MCP server logs. The logs are
generated based on the type of communication with the AI agent:
• Starting MCP server 'Juniper Routing Directory' with transport 'stdio' if stdio is used.
• INFO Starting MCP server 'Juniper Routing Directory' with transport 'http' on http://127.0.0.1:30030/mcp if
streamable-http is used.
For more details on configuring the MCP Servers in the MCP Host Apps , please refer VScode Copilot: https://code.visualstudio.com/docs/copilot/customization/mcp-servers Claude: https://code.claude.com/docs/en/mcp
Solution: Ensure you provide the --config flag with a valid path to your configuration file.
Solution: Verify that your config.json includes all required keys: http_url, org_id, and auth.
Solution:
Solution:
--host and --port matching your client configurationSolution: For HTTP transports requiring authentication, ensure token files are properly initialized. For development/testing, this is typically acceptable.
Current version: v2.10.0
Juniper's Routing Director 2.10.0 User Guide: https://www.juniper.net/documentation/us/en/software/juniper-routing-director2.10.0/user-guide/index.html
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/juniper-routing-director-mcp-server)<a href="https://allmcps.com/mcp/juniper-routing-director-mcp-server"><img src="https://allmcps.com/api/badge/juniper-routing-director-mcp-server?style=directory" alt="Juniper Routing Director MCP Server on AllMCPs" /></a>