Meraki Magic MCP
Meraki Magic MCP
Meraki Magic 是一个基于 Python 的 MCP(模型上下文协议)服务器,用于思科 Meraki 仪表盘。Meraki Magic 提供了查询 Meraki 仪表盘 API 的工具,用于发现、监控和管理您的 Meraki 环境。
特征
网络发现
设备发现
客户端发现
简单且可扩展的 MCP 服务器实现
Related MCP server: Meraki MCP Server
安装
克隆存储库:
git clone https://github.com/mkutka/meraki-magic.git
cd meraki-magic-mcp创建虚拟环境并激活它:
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate安装依赖项:
pip install -r requirements.txt配置
复制示例环境文件:
cp .env-example .env使用您的 Meraki API 密钥和组织 ID 更新
.env文件:
MERAKI_API_KEY="Meraki API Key here"
MERAKI_ORG_ID="Meraki Org ID here"与 Claude 桌面客户端一起使用
配置 Claude Desktop 以使用此 MCP 服务器:
打开 Claude 桌面
前往“设置”>“开发者”>“编辑配置”
添加以下配置文件
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"
]
}
}
}替换上面的路径以反映您的本地环境。
重启Claude桌面
与 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