Loading MCP server directory, please wait...
MCP server for the Cisco Meraki Dashboard: networks, devices, wireless, switch, appliance.
npx @getmcp/cli add io.github.wyre-technology/meraki-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
MERAKI_API_KEYCisco Meraki Dashboard API key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/meraki-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MERAKI_API_KEY",
"-e",
"MERAKI_ORG_ID",
"-e",
"MERAKI_BASE_URL",
"-e",
"READ_ONLY_MODE",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/meraki-mcp:v1.0.2"
],
"env": {
"MERAKI_API_KEY": "",
"MERAKI_ORG_ID": "",
"MERAKI_BASE_URL": "",
"READ_ONLY_MODE": "true",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}