What is the Cisco Meraki MCP server?
MCP server for the Cisco Meraki Dashboard: networks, devices, wireless, switch, appliance.
How to install Cisco Meraki
Copy-paste configuration for popular MCP clients.
MERAKI_API_KEYrequiredsecretCisco Meraki Dashboard API key
MERAKI_ORG_IDDefault Meraki organization ID (optional)
MERAKI_BASE_URLOverride the Meraki API base URL (optional)
READ_ONLY_MODESafety switch. When true (the default), all write operations are blocked. Set to false to enable writes.
MCP_TRANSPORTTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODECredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVELLog verbosity: debug, info, warn, error
{
"mcpServers": {
"meraki-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/meraki-mcp:v1.1.2"
],
"env": {
"MERAKI_API_KEY": "<YOUR_MERAKI_API_KEY>",
"MERAKI_ORG_ID": "<YOUR_MERAKI_ORG_ID>",
"MERAKI_BASE_URL": "<YOUR_MERAKI_BASE_URL>",
"READ_ONLY_MODE": "<YOUR_READ_ONLY_MODE>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"meraki-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/meraki-mcp:v1.1.2"
],
"env": {
"MERAKI_API_KEY": "<YOUR_MERAKI_API_KEY>",
"MERAKI_ORG_ID": "<YOUR_MERAKI_ORG_ID>",
"MERAKI_BASE_URL": "<YOUR_MERAKI_BASE_URL>",
"READ_ONLY_MODE": "<YOUR_READ_ONLY_MODE>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"meraki-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/meraki-mcp:v1.1.2"
],
"env": {
"MERAKI_API_KEY": "<YOUR_MERAKI_API_KEY>",
"MERAKI_ORG_ID": "<YOUR_MERAKI_ORG_ID>",
"MERAKI_BASE_URL": "<YOUR_MERAKI_BASE_URL>",
"READ_ONLY_MODE": "<YOUR_READ_ONLY_MODE>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"meraki-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/meraki-mcp:v1.1.2"
],
"env": {
"MERAKI_API_KEY": "<YOUR_MERAKI_API_KEY>",
"MERAKI_ORG_ID": "<YOUR_MERAKI_ORG_ID>",
"MERAKI_BASE_URL": "<YOUR_MERAKI_BASE_URL>",
"READ_ONLY_MODE": "<YOUR_READ_ONLY_MODE>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add meraki-mcp --env MERAKI_API_KEY=<YOUR_MERAKI_API_KEY> --env MERAKI_ORG_ID=<YOUR_MERAKI_ORG_ID> --env MERAKI_BASE_URL=<YOUR_MERAKI_BASE_URL> --env READ_ONLY_MODE=<YOUR_READ_ONLY_MODE> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/meraki-mcp:v1.1.2Related MCP servers
Autotask
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
NinjaOne
MCP server for NinjaOne RMM — devices, organizations, alerts, and tickets.
ConnectWise Manage
MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.
IT Glue
MCP server for IT Glue — organizations, configurations, passwords, flexible assets, and documents.
CIPP
MCP server for CIPP — M365 multi-tenant management for MSPs (users, tenants, policies).
Datto RMM
MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.