Back to Home
MKutka icon

meraki-magic-mcp

Verified Safe

by MKutka

Overview

Provides a comprehensive interface to manage Cisco Meraki network devices and configurations by exposing all Meraki SDK methods as tools, optimized for use with Claude Desktop.

Installation

Run Command
/path/to/meraki-magic-mcp/.venv/bin/fastmcp run /path/to/meraki-magic-mcp/meraki-mcp-dynamic.py

Environment Variables

  • MERAKI_API_KEY
  • MERAKI_ORG_ID

Security Notes

The server uses environment variables for sensitive API keys, avoiding hardcoding. Dynamic method invocation (`getattr`, `**params`) is employed to expose all Meraki SDK endpoints. While powerful, this is constrained by checking against valid SDK sections and methods, mitigating arbitrary code execution outside the Meraki SDK. A 'READ_ONLY_MODE' can be enabled for safer exploration, preventing accidental destructive operations. Large API responses are cached locally to files; ensure the local environment is secure. No direct use of `eval` or `exec` was found.

Similar Servers

Stats

Interest Score34
Security Score8
Cost ClassMedium
Avg Tokens500
Stars10
Forks12
Last Update2025-11-20

Tags

MerakiAPI ManagementNetwork AutomationCloud NetworkingMCP