Skip to main content
Glama

メラキマジックMCP

Meraki Magicは、Cisco Meraki Dashboard用のPythonベースのMCP(Model Context Protocol)サーバーです。Meraki Magicは、Meraki Dashboard 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. この MCP サーバーを使用するように Claude Desktop を構成します。

  • クロードデスクトップを開く

  • 設定 > 開発者 > 設定の編集に移動します

  • 次の設定ファイル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