Meraki MCP Server
Provides tools for managing Cisco Meraki networks, including organization and network management, device operations, client policy management, wireless SSID configuration, firewall rules (L3/L7), camera settings, sensor readings, and health monitoring across Meraki infrastructure.
This MCP server was generated using the Postman MCP server generator tool.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Meraki MCP Servershow me all devices in the New York office network"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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:
npm (included with Node)
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=""Related MCP server: Meraki MCP Server
👩💻 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 → Settings → Developers → Edit 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 nodeTo get the absolute path to mcpServer.js, run:
realpath mcpServer.jsRestart 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.
This server cannot be installed
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-qualityDmaintenanceProvides dynamic access to 400+ Meraki Dashboard API endpoints with intelligent discovery, plus advanced compliance auditing (PCI DSS, HIPAA, SOC2, ISO 27001, NIST), backup/restore operations, and network security analysis. Enables natural language queries to manage Meraki networks without pre-defined tools.Last updated3
- Alicense-qualityFmaintenanceEnables interaction with the Meraki Dashboard API for LLMs, allowing seamless integration of Meraki network management capabilities within an AI assistant's conversational interface.Last updated1MIT

Selent MCPofficial
Flicense-qualityDmaintenanceProvides dynamic access to the entire Meraki Dashboard API plus advanced compliance and security auditing capabilities.Last updated17- Alicense-qualityCmaintenanceEnables AI assistants to manage Cisco Meraki networks through natural language, including organizations, networks, devices, switches, wireless, and appliances.Last updated1GPL 3.0
Related MCP Connectors
34 production API tools over one hosted MCP endpoint.
Issue, rotate and revoke scoped API-key passes for 25+ providers — the agent never sees a real key
Create and manage short links, track clicks, and automate URL management
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/cap5192/Meraki_MCP_Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server