Meraki Magic MCP Server

Meraki Magic is a Python-based MCP (Model Context Protocol) server for Cisco's Meraki Dashboard. Meraki Magic provides tools for querying the Meraki

Local serverstdioPython

What is the Meraki Magic MCP MCP server?

Meraki Magic MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Meraki Magic is a Python-based MCP (Model Context Protocol) server for Cisco's Meraki Dashboard. Meraki Magic provides tools for querying the Meraki Dashboard API to discover, monitor, and manage your Meraki environment.

What you get

  • All organization management (admins, networks, devices, inventory, licensing)
  • Complete wireless management (SSIDs, RF profiles, Air Marshal, analytics)
  • Full switch management (ports, VLANs, stacks, QoS, access policies)
  • Advanced appliance/security (all firewall types, NAT, VPN, traffic shaping)
  • Camera management (analytics, quality, schedules, permissions)
  • Network monitoring (events, alerts, health, performance)

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

What the assistant can call

Once Meraki Magic MCP is connected, these are the calls the assistant has available:

  • Prerequisites — The Prerequisites tool exposed by this server

Configuration and credentials

You will need 3 environment variables: MERAKI_API_KEY, MERAKI_ORG_ID, MERAKI_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Python 3.13+ - Claude Desktop (or any MCP-compatible client) - Meraki Dashboard API Key - Meraki Organization ID

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the meraki magic mcp mcp server does with a few real requests.

Choosing this one

This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Meraki Magic MCP's toolset — Prerequisites — is a fair guide to whether it matches your workflow. It is maintained by MKutka; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Meraki Magic MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.

How to install the Meraki Magic MCP MCP server

**Windows Example:**
```json
{
  "mcpServers": {
    "Meraki_Magic_MCP": {
      "command": "C:/Users/YourName/meraki-magic-mcp-community/.venv/Scripts/fastmcp.exe",
      "args": [
        "run",
        "-t", "stdio",
        "C:/Users/YourName/meraki-magic-mcp-community/meraki-mcp-dynamic.py"
      ]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Python 3.13+ - Claude Desktop (or any MCP-compatible client) - Meraki Dashboard API Key - Meraki Organization ID
VariableDescriptionRequired
MERAKI_API_KEYCredential the server authenticates with.Yes
MERAKI_ORG_IDConfiguration value read at startup.Optional
MERAKI_BASE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Meraki Magic MCP to Prerequisites.

Frequently asked questions

It connects Meraki Magic MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Prerequisites) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Meraki Magic MCP directly.