Skip to main content
Glama

Meraki Magic MCP

Meraki Magic 是一个基于 Python 的 MCP(模型上下文协议)服务器,用于思科 Meraki 仪表盘。Meraki Magic 提供了查询 Meraki 仪表盘 API 的工具,用于发现、监控和管理您的 Meraki 环境。

特征

  • 网络发现

  • 设备发现

  • 客户端发现

  • 简单且可扩展的 MCP 服务器实现

Related MCP server: Meraki MCP Server

安装

  1. 克隆存储库:

git clone https://github.com/mkutka/meraki-magic.git
cd meraki-magic-mcp
  1. 创建虚拟环境并激活它:

python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  1. 安装依赖项:

pip install -r requirements.txt

配置

  1. 复制示例环境文件:

cp .env-example .env
  1. 使用您的 Meraki API 密钥和组织 ID 更新.env文件:

MERAKI_API_KEY="Meraki API Key here"
MERAKI_ORG_ID="Meraki Org ID here"

与 Claude 桌面客户端一起使用

  1. 配置 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"
        ]
      }
  }
}
  • 替换上面的路径以反映您的本地环境。

  1. 重启Claude桌面

  2. 与 Claude Desktop 互动

Install Server
A
license - permissive license
C
quality
C
maintenance

Maintenance

Maintainers
16dResponse time
Release cycle
Releases (12mo)
Commit activity
Issues opened vs closed

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

  • F
    license
    -
    quality
    D
    maintenance
    An 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.
  • F
    license
    -
    quality
    D
    maintenance
    This 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.

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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