Meraki Magic MCP
メラキマジックMCP
Meraki Magicは、Cisco Meraki Dashboard用のPythonベースのMCP(Model Context Protocol)サーバーです。Meraki Magicは、Meraki Dashboard 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 .envMeraki API キーと組織 ID を使用して
.envファイルを更新します。
MERAKI_API_KEY="Meraki API Key here"
MERAKI_ORG_ID="Meraki Org ID here"Claudeデスクトップクライアントでの使用
この 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"
]
}
}
}上記のパスをローカル環境に合わせて置き換えます。
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