Mist MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mist MCP Serverlist my organizations"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mist MCP Server
Reliable access to Juniper Mist from your AI tools, without writing code.
This project provides a production-grade MCP server that wraps the Mist API via
mistapi, so Cursor and VS Code can call Mist safely through standard MCP
tools.
Why this exists
MCP servers make API access simple and consistent for AI tools. This server centralizes connection and auth, validates configuration at startup, and exposes a tool registry so non-coders can use Mist through natural language.
Related MCP server: MistMind MCP Server
Prerequisites
Python 3.10+
A Mist API token
Install
No manual install required for end users. The MCP runner bootstraps the local virtual environment on first run.
Configure
Create a .env file in this folder (see mist.env.example):
MIST_API_TOKEN=your_token_here
MIST_API_HOST=https://api.mist.com
MIST_API_TIMEOUT_SECONDS=30Important: MIST_API_HOST must be the base host (no /api/v1). The server
will call the Mist “self” endpoint at startup and exit immediately if the host
or token is invalid.
Local use (Cursor)
Open this project in Cursor.
Make sure a
mcp.jsonfile exists at.cursor/mcp.json. This repo already provides it, so you usually do not need to change anything.Use the configuration below:
{
"mcpServers": {
"mist": {
"command": "${workspaceFolder}/run-mcp.sh",
"args": [],
"envFile": "${workspaceFolder}/.env",
"transport": "stdio"
}
}
}Restart Cursor (or reload the window).
Ask Cursor to call Mist tools, e.g. “list my orgs”.
Local use (VS Code)
Open this project in VS Code.
Make sure a
mcp.jsonfile exists at.vscode/mcp.json. This repo already provides it, so you usually do not need to change anything.Reload the window and use your MCP client to call Mist tools.
Usage
A tool registry is generated from the Mist SDK.
Use
mist_search_toolsto find tools by keyword.Use
mist_list_groupsto discover tool groups and filter search.Use
mist_list_methodsto list methods in a group.Use
mist_describe_toolto see parameters and details.Use
mist_call_toolto execute by name with args/kwargs.Regenerate the registry after SDK updates via
scripts/generate_tools.py.
Sponsored by Hamina
Built while working at Hamina.
Development
pip install -e ".[dev]"
./.venv/bin/python scripts/generate_tools.py
pytest
ruff check .
ruff format .
mypy srcContributing
We welcome good PRs. See CONTRIBUTING.md for guidelines.
License
Apache-2.0. See LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceEnables natural language management of MikroTik routers through Cursor IDE by translating requests into RouterOS commands via API or SSH.Last updated4MIT
- Alicense-qualityDmaintenanceEnables LLMs to interact with the Juniper Mist API via a dynamic index and sandboxed code execution, allowing search and execution of all 1,011 endpoints without pre-training.Last updated5MIT
- Alicense-qualityDmaintenanceEnables monitoring and management of SD-WAN devices through REST API endpoints, with tools for device health, statistics, BFD sessions, and network analytics. Integrates with Cursor IDE for natural language queries.Last updated6MIT
- AlicenseAqualityBmaintenanceQuery your Juniper Mist network in natural language directly from Claude Desktop, providing read-only access to network inventory, clients, alarms, and more via the Mist API.Last updated25MIT
Related MCP Connectors
Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rolfsormo/mist-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server