Meraki MCP Server

Meraki MCP Server

Enables management and monitoring of Cisco Meraki networks, including device operations, client policies, firewall rules, wireless settings, and camera configurations through the Meraki API.

Category
Visit Server

README

This MCP server was created using Postman MCP server generator tool. This Meraki MCP server contains the following tools:

getOrganizations·{{baseUrl}}/organizations unbindNetwork·{{baseUrl}}/networks/:networkId/unbind bindNetwork·{{baseUrl}}/networks/:networkId/bind createOrganizationNetwork·{{baseUrl}}/organizations/:organizationId/networks getOrganizationNetworks·{{baseUrl}}/organizations/:organizationId/networks getNetworkDevices·{{baseUrl}}/networks/:networkId/devices getOrganizationLicensesOverview·{{baseUrl}}/organizations/:organizationId/licenses/overview getNetworkClients·{{baseUrl}}/networks/:networkId/clients updateNetwork·{{baseUrl}}/networks/:networkId getDeviceClients·{{baseUrl}}/devices/:serial/clients updateNetworkClientPolicy·{{baseUrl}}/networks/:networkId/clients/:clientId/policy getNetworkClientPolicy·{{baseUrl}}/networks/:networkId/clients/:clientId/policy claimNetworkDevices·{{baseUrl}}/networks/:networkId/devices/claim removeNetworkDevices·{{baseUrl}}/networks/:networkId/devices/remove getOrganizationDevicesStatusesOverview·{{baseUrl}}/organizations/:organizationId/devices/statuses/overview rebootDevice·{{baseUrl}}/devices/:serial/reboot getNetworkWirelessSsids·{{baseUrl}}/networks/:networkId/wireless/ssids updateNetworkWirelessSsid·{{baseUrl}}/networks/:networkId/wireless/ssids/:number getNetworkApplianceFirewallL3FirewallRules·{{baseUrl}}/networks/:networkId/appliance/firewall/l3FirewallRules updateNetworkApplianceFirewallL3FirewallRules·{{baseUrl}}/networks/:networkId/appliance/firewall/l3FirewallRules getNetworkApplianceFirewallL7FirewallRules·{{baseUrl}}/networks/:networkId/appliance/firewall/l7FirewallRules updateNetworkApplianceFirewallL7FirewallRules·{{baseUrl}}/networks/:networkId/appliance/firewall/l7FirewallRules getDeviceCameraQualityAndRetention·{{baseUrl}}/devices/:serial/camera/qualityAndRetention updateDeviceCameraQualityAndRetention·{{baseUrl}}/devices/:serial/camera/qualityAndRetention getDeviceCameraVideoSettings·{{baseUrl}}/devices/:serial/camera/video/settings updateDeviceCameraVideoSettings·{{baseUrl}}/devices/:serial/camera/video/settings getOrganizationSensorReadingsLatest·{{baseUrl}}/organizations/:organizationId/sensor/readings/latest getDeviceWirelessHealthScores·{{baseUrl}}/devices/:serial/wireless/healthScores getNetworkWirelessClientsHealthScores·{{baseUrl}}/networks/:networkId/wireless/clients/he

Let's set things up!

🚦 Getting Started

⚙️ Prerequisites

Before starting, please ensure you have:

Warning: if you run with a lower version of Node, fetch won't be present. Tools use fetch to make HTTP calls. To work around this, you can modify the tools to use node-fetch instead. Make sure that node-fetch is installed as a dependency and then import it as fetch into each tool file.

📥 Installation & Setup

1. Install dependencies

Run from your project's root directory:

npm install

🔐 Set tool environment variables

create a '.env' file in the project's root directory and add your Meraki API key value

CISCO_MERAKI_S_PUBLIC_WORKSPACE_API_KEY=""

👩‍💻 Connect the MCP Server to Claude

You can connect your MCP server to any MCP client. Here we provide instructions for connecting it to Claude Desktop.

Step 1: Note the full path to node and the mcpServer.js from the previous step.

Step 2. Open Claude Desktop → SettingsDevelopersEdit Config and add a new MCP server:

{
  "mcpServers": {
    "<server_name>": {
      "command": "<absolute/path/to/node>",
      "args": ["<absolute/path/to/mcpServer.js>"]
    }
  }
}

To identify the path to node, run:

which node

To get the absolute path to mcpServer.js, run:

realpath mcpServer.js

Restart Claude Desktop to activate this change. Make sure the new MCP is turned on and has a green circle next to it. If so, you're ready to begin a chat session that can use the tools you've connected.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured