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
설치
저장소를 복제합니다.
지엑스피1
가상 환경을 만들고 활성화하세요.
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 Desktop Client와 함께 사용
이 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 Desktop을 다시 시작하세요
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