Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Provides reliable access to Juniper Mist from AI tools like Cursor and VS Code, enabling natural language interaction with Mist API without writing code.

README.md

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.

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)

  1. Open this project in Cursor.
  2. Make sure a mcp.json file exists at .cursor/mcp.json. This repo already

provides it, so you usually do not need to change anything.

  1. Use the configuration below:
{
  "mcpServers": {
    "mist": {
      "command": "${workspaceFolder}/run-mcp.sh",
      "args": [],
      "envFile": "${workspaceFolder}/.env",
      "transport": "stdio"
    }
  }
}
  1. Restart Cursor (or reload the window).
  2. Ask Cursor to call Mist tools, e.g. “list my orgs”.

Local use (VS Code)

  1. Open this project in VS Code.
  2. Make sure a mcp.json file exists at .vscode/mcp.json. This repo already

provides it, so you usually do not need to change anything.

  1. 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_tools to find tools by keyword.
  • Use mist_list_groups to discover tool groups and filter search.
  • Use mist_list_methods to list methods in a group.
  • Use mist_describe_tool to see parameters and details.
  • Use mist_call_tool to execute by name with args/kwargs.
  • Regenerate the registry after SDK updates via scripts/generate_tools.py.

Sponsored by Hamina

<a href="https://www.hamina.com/"> <img src="assets/hamina-logo.svg" alt="Hamina logo" width="240" height="50"/> </a>

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.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Developer Tools servers.