Meraki Magic MCP

by MKutka

Integrations

  • Provides tools for interacting with Cisco's Meraki Dashboard, enabling network discovery, device discovery, client discovery, and management of a Meraki environment through the Meraki Dashboard API.

메라키 매직 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
          A
          license
          -
          quality
          A Python-based MCP server that integrates OpenAPI-described REST APIs into MCP workflows, enabling dynamic exposure of API endpoints as MCP tools.
          Last updated -
          2
          39
          Python
          MIT License
          • Linux
          • Apple
        • -
          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
          A
          license
          -
          quality
          A Python-based MCP server that integrates the TapTools API, enabling AI models to fetch Cardano blockchain data, including tokens, NFTs, market stats, and wallet info, through standardized tools.
          Last updated -
          Python
          MIT License
        • A
          security
          F
          license
          A
          quality
          An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
          Last updated -
          39
          26
          • Apple

        View all related MCP servers

        ID: 9mnu3ufpqg