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

Enables secure, read-only monitoring of Cisco Meraki networks, allowing AI agents to query real-time information on organizations, networks, devices, clients, and traffic without risk of configuration changes.

README.md

Meraki Monitor MCP

![Python version](https://www.python.org/downloads/release/python-3130/) ![License](LICENSE) !Status !Purpose

Project Purpose

This project was created to provide a safe, read-only tool for a Network Operations Center (NOC) AI Agent. It allows an AI agent to securely query and monitor a Cisco Meraki environment without any risk of making configuration changes.

Use Case

The primary use case for the Meraki Monitor MCP is to act as a secure "source of truth" for network monitoring. An AI agent can use this server to get real-time information about the status of the Meraki network, devices, and clients, enabling automated monitoring and incident response without granting the agent write-access to the network infrastructure.

Features

  • Network Monitoring: Get details on organizations, networks, devices, and clients.
  • Status and Health: Check the status and health of your Meraki organization and devices.
  • Traffic Analysis: View network traffic data.
  • Read-Only: All tools are strictly for monitoring and do not allow any modifications to your network.

Installation

  1. Clone the repository:
    git clone https://github.com/coozgan/meraki-monitor-mcp.git
    cd meraki-monitor-mcp
  1. Create a virtual environment and activate it:
    python -m venv .venv
    source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  1. Install dependencies:
    pip install -r requirements.txt

Configuration

  1. Copy the example environment file:
    cp .env-example .env
  1. Update the .env file with your Meraki API Key, Organization ID, and default Network ID:
    MERAKI_API_KEY="Your Meraki API Key here"
    MERAKI_ORG_ID="Your Meraki Org ID here"
    MERAKI_NETWORK_ID="Your Default Meraki Network ID here"

Usage With an MCP Client

  1. Configure your MCP client to use this server. For example, in the Claude Desktop client, you would add the following to your claude_desktop_config.json:
    {
      "mcpServers": {
          "Meraki_Monitor_MCP": {
            "command": "/path/to/your/meraki-monitor-mcp/.venv/bin/fastmcp",
            "args": [
              "run",
              "/path/to/your/meraki-monitor-mcp/meraki-monitor-mcp.py"
            ]
          }
      }
    }

Note: Replace the paths above to reflect your local environment.

  1. Restart your MCP client.
  1. You can now interact with the Meraki Monitor MCP server using the available tools.

Available Tools

Organization Tools

  • get_organizations()
  • get_organization_details()
  • get_networks()
  • get_devices()
  • get_organization_status()
  • get_organization_inventory()
  • get_organization_license()
  • get_alerts(timespan_days: int = 30)

Network Tools

  • get_network_details()
  • get_network_devices()
  • get_clients(timespan: int = 86400)
  • get_client_details(client_id: str)
  • get_client_usage(client_id: str)
  • get_client_policy(client_id: str)
  • get_network_traffic(timespan: int = 86400)

Device Tools

  • get_device_details(serial: str)
  • get_device_clients(serial: str, timespan: int = 86400)
  • get_device_status(serial: str)
  • get_device_uplink(serial: str)

Wireless Tools

  • get_wireless_ssids()
  • get_wireless_settings()
  • get_wireless_clients(timespan: int = 86400)

Switch Tools

  • get_switch_ports(serial: str)
  • get_switch_vlans()

Appliance Tools

  • get_security_center()
  • get_vpn_status()
  • get_firewall_rules()

Camera Tools

  • get_camera_video_settings(serial: str)
  • get_camera_quality_settings()

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

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