Skip to main content
Glama

Meraki Magic MCP

by MKutka

메라키 매직 MCP

Meraki Magic은 Cisco Meraki Dashboard용 Python 기반 MCP(Model Context Protocol) 서버입니다. Meraki Magic은 Meraki Dashboard API를 쿼리하여 Meraki 환경을 검색, 모니터링 및 관리하는 도구를 제공합니다.

특징

  • 네트워크 검색
  • 장치 검색
  • 클라이언트 발견
  • 간단하고 확장 가능한 MCP 서버 구현

설치

  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과 상호 작용
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Cisco Meraki Dashboard API에 쿼리를 보내 Meraki 환경을 검색, 모니터링 및 관리할 수 있는 Python 기반 MCP 서버입니다.

  1. 설치
    1. 구성
      1. Claude Desktop Client와 함께 사용

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          This is an MCP server that facilitates building tools for interacting with various APIs and workflows, supporting Python-based development with potential for customizable prompts and user configurations.
          Last updated -
          Python
        • -
          security
          F
          license
          -
          quality
          A Python-based server that helps users easily install and configure other MCP servers across different platforms.
          Last updated -
          2
          Python
          • Apple
          • Linux
        • -
          security
          F
          license
          -
          quality
          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.
          Last updated -
          Python
        • -
          security
          F
          license
          -
          quality
          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.
          Last updated -
          Python

        View all related MCP servers

        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/MKutka/meraki-magic-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server