Meraki Magic MCP
Meraki Magic is a Python-based MCP (Model Context Protocol) server for Cisco’s Meraki Dashboard. Meraki Magic provides tools for querying the Meraki Dashboard API to discover, moniter, and manage your Meraki environment.
Features
- Network discovery
- Device discovery
- Client discovery
- Simple and extensible MCP server implementation
Installation
- Clone the repository:
git clone https://github.com/mkutka/meraki-magic.git
cd meraki-magic-mcp
- Create a virtual environment and activate it:
python -m venv .venv
source .venv/bin/activate # On Windows: .venvScriptsactivate
- Install dependencies:
pip install -r requirements.txt
Configuration
- Copy the example environment file:
cp .env-example .env
- Update the
.envfile with your Meraki API Key and Organization ID:
MERAKI_API_KEY="Meraki API Key here"
MERAKI_ORG_ID="Meraki Org ID here"
Usage With Claude Desktop Client
- Configure Claude Desktop to use this MCP server:
- Open Claude Desktop
- Go to Settings > Developer > Edit Config
- Add the following configuration file
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"
]
}
}
}
- Replace the path’s above to reflect your local environment.
Restart Claude Desktop
Interact with Claude Desktop
Meraki Magic
Project Details
- MKutka/meraki-magic-mcp
- MIT License
- Last Updated: 5/13/2025
Recomended MCP Servers
MCP server for Grok AI API integration
An MCP for telegram to integrate with Claude desktop.
MCP server that exercises all the features of the MCP protocol
A versatile MCP-compliant web content fetching tool that supports multiple modes (browser/node), formats (HTML/JSON/Markdown/Text), and intelligent proxy detection,...
Interact with your coolify server from claude desktop
MCP server for local git repositories
A server implementation for Wikidata API using the Model Context Protocol (MCP).
New Linkedin MCP
Integrate librosa, whisper with LLMs to analyze music audio.
OpenDify 是一个将 Dify API 转换为 OpenAI API 格式的代理服务器。它允许使用 OpenAI API 客户端直接与 Dify 服务进行交互。
An open-source MCP server for integrating Wazuh security data with LLMs (such as the Claude Desktop App). This...





