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.

MCP mágico Meraki

Meraki Magic es un servidor MCP (Protocolo de Contexto de Modelo) basado en Python para Meraki Dashboard de Cisco. Meraki Magic proporciona herramientas para consultar la API de Meraki Dashboard y así descubrir, supervisar y gestionar su entorno Meraki.

Características

  • Descubrimiento de red
  • Descubrimiento de dispositivos
  • Descubrimiento de clientes
  • Implementación de servidor MCP simple y extensible

Instalación

  1. Clonar el repositorio:
git clone https://github.com/mkutka/meraki-magic.git cd meraki-magic-mcp
  1. Crea un entorno virtual y actívalo:
python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate
  1. Instalar dependencias:
pip install -r requirements.txt

Configuración

  1. Copie el archivo de entorno de ejemplo:
cp .env-example .env
  1. Actualice el archivo .env con su clave API de Meraki y el ID de la organización:
MERAKI_API_KEY="Meraki API Key here" MERAKI_ORG_ID="Meraki Org ID here"

Uso con el cliente de escritorio Claude

  1. Configurar Claude Desktop para utilizar este servidor MCP:
  • Abra Claude Desktop
  • Vaya a Configuración > Desarrollador > Editar configuración
  • Agregue el siguiente archivo de configuración 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" ] } } }
  • Reemplace la ruta anterior para reflejar su entorno local.
  1. Reiniciar Claude Desktop
  2. Interactuar con 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.

Un servidor MCP basado en Python que permite consultar la API de Meraki Dashboard de Cisco para descubrir, monitorear y administrar entornos Meraki.

  1. Instalación
    1. Configuración
      1. Uso con el cliente de escritorio Claude

        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