About
MCP Server for Juniper Mist
README
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.
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=30
Important: 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 src
Contributing
We welcome good PRs. See CONTRIBUTING.md for guidelines.
License
Apache-2.0. See LICENSE.
Installing Mist
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/rolfsormo/mist-mcp-serverFAQ
Is Mist MCP free?
Yes, Mist MCP is free — one-click install via Unyly at no cost.
Does Mist need an API key?
No, Mist runs without API keys or environment variables.
Is Mist hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Mist in Claude Desktop, Claude Code or Cursor?
Open Mist on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Mist with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
