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. 저장소를 복제합니다.

지엑스피1

  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 Desktop Client와 함께 사용

  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 Desktop을 다시 시작하세요

  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