Meraki Magic MCP
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
Related MCP server: Meraki MCP Server
Instalación
Clonar el repositorio:
git clone https://github.com/mkutka/meraki-magic.git
cd meraki-magic-mcpCrea un entorno virtual y actívalo:
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activateInstalar dependencias:
pip install -r requirements.txtConfiguración
Copie el archivo de entorno de ejemplo:
cp .env-example .envActualice el archivo
.envcon 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
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.
Reiniciar Claude Desktop
Interactuar con Claude Desktop
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP (Model Context Protocol) server that enables interaction with the Cisco Meraki Dashboard API, allowing users to manage Meraki networks, devices, and configurations through natural language.
- Flicense-qualityDmaintenanceThis MCP (Model Context Protocol) Server provides a communication interface for the Meraki Dashboard API, auto-generated using AG2's MCP builder from the Meraki OpenAPI specification.
- Flicense-qualityDmaintenanceExposes a curated subset of the Cisco Meraki Dashboard API to MCP-aware clients with role-based access control.3
- FlicenseCqualityBmaintenanceA read-only MCP server for the Cisco Meraki Dashboard API that exposes 50 GET endpoints for understanding network topology from organization down to individual devices and ports.50
Related MCP Connectors
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
A basic MCP server to operate on the Postman API.
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CiscoDevNet/meraki-magic-mcp-community'
If you have feedback or need assistance with the MCP directory API, please join our Discord server