Meraki Magic MCP

by MKutka

Integrations

  • Provides tools for interacting with Cisco's Meraki Dashboard, enabling network discovery, device discovery, client discovery, and management of a Meraki environment through the Meraki Dashboard API.

Meraki Magic MCP

Meraki Magic ist ein Python-basierter MCP-Server (Model Context Protocol) für das Meraki Dashboard von Cisco. Meraki Magic bietet Tools zum Abfragen der Meraki Dashboard-API, um Ihre Meraki-Umgebung zu entdecken, zu überwachen und zu verwalten.

Merkmale

  • Netzwerkerkennung
  • Geräteerkennung
  • Clienterkennung
  • Einfache und erweiterbare MCP-Serverimplementierung

Installation

  1. Klonen Sie das Repository:
git clone https://github.com/mkutka/meraki-magic.git cd meraki-magic-mcp
  1. Erstellen Sie eine virtuelle Umgebung und aktivieren Sie sie:
python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate
  1. Installieren Sie Abhängigkeiten:
pip install -r requirements.txt

Konfiguration

  1. Kopieren Sie die Beispielumgebungsdatei:
cp .env-example .env
  1. Aktualisieren Sie die .env Datei mit Ihrem Meraki-API-Schlüssel und Ihrer Organisations-ID:
MERAKI_API_KEY="Meraki API Key here" MERAKI_ORG_ID="Meraki Org ID here"

Verwendung mit dem Claude Desktop Client

  1. Konfigurieren Sie Claude Desktop für die Verwendung dieses MCP-Servers:
  • Öffnen Sie Claude Desktop
  • Gehen Sie zu Einstellungen > Entwickler > Konfiguration bearbeiten
  • Fügen Sie die folgende Konfigurationsdatei hinzu: claude_desktop_config.json
{ "mcpServers": { "Meraki_Magic_MCP": { "command": "/Users/mkutka/meraki-magic-mcp/.venv/bin/fastmcp", "args": [ "run", "/Users/mkutka/meraki-magic-mcp/meraki-mcp.py" ] } } }
  • Ersetzen Sie die oben stehenden Pfade, um Ihre lokale Umgebung widerzuspiegeln.
  1. Starten Sie Claude Desktop neu
  2. Interagieren Sie mit Claude Desktop
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Ein Python-basierter MCP-Server, der die Abfrage der Meraki Dashboard-API von Cisco ermöglicht, um Meraki-Umgebungen zu erkennen, zu überwachen und zu verwalten.

  1. Installation
    1. Konfiguration
      1. Verwendung mit dem Claude Desktop Client

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          A Python-based MCP server that integrates OpenAPI-described REST APIs into MCP workflows, enabling dynamic exposure of API endpoints as MCP tools.
          Last updated -
          2
          39
          Python
          MIT License
          • Linux
          • Apple
        • -
          security
          F
          license
          -
          quality
          This is an MCP server that facilitates building tools for interacting with various APIs and workflows, supporting Python-based development with potential for customizable prompts and user configurations.
          Last updated -
          Python
        • -
          security
          A
          license
          -
          quality
          A Python-based MCP server that integrates the TapTools API, enabling AI models to fetch Cardano blockchain data, including tokens, NFTs, market stats, and wallet info, through standardized tools.
          Last updated -
          Python
          MIT License
        • A
          security
          F
          license
          A
          quality
          An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
          Last updated -
          39
          26
          • Apple

        View all related MCP servers

        ID: 9mnu3ufpqg