Cisco Meraki MCP. Check device status and client connections via chat.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
Cisco Meraki MCP Server. Control your entire cloud-managed network—APs, switches, and security appliances—directly from your AI client. List all organizations, check device status by serial, monitor connected clients, and audit full inventory using natural language commands.
Manage complex IT infrastructure without logging into the dashboard.
What your AI agents can do
Get device details
Gets detailed information for a specific device using its serial number.
Get network summary
Retrieves summary details for an entire network.
List meraki organizations
Lists all Meraki organizations the API key has access to.
Retrieve a list of all Meraki organizations and networks the API key has access to using list_meraki_organizations and list_organization_networks.
Get detailed, real-time information for a single device (AP, switch, firewall) using its serial number via get_device_details.
List all connected clients—and their usage—within a specific network using list_network_clients.
List all physical devices (APs, Switches, Firewalls) connected to a network using list_network_devices.
Retrieve a summary of the health and configuration details for a specific network using get_network_summary.
List all administrators associated with an organization using list_organization_admins.
Ask AI about this MCP
Supported MCP Clients
Waiting for input…
Cisco Meraki MCP Server: 8 Tools for Network Data
These tools let your AI client query all Meraki-managed data—from specific device serials to entire organization inventories—and present it in a simple, conversational format.
019d7570get device details
Gets detailed information for a specific device using its serial number.
019d7570get network summary
Retrieves summary details for an entire network.
019d7570list meraki organizations
Lists all Meraki organizations the API key has access to.
019d7570list network clients
Lists all connected clients within a specified network.
019d7570list network devices
Lists all physical network devices (APs, Switches, Firewalls) in a network.
019d7570list organization admins
Lists all administrators for an organization.
019d7570list organization inventory
Lists all physical devices in the organization's inventory.
019d7570list organization networks
Lists all networks within a given organization.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Cisco Meraki, then connect any of our 4,700+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,700+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
What you can do with this MCP connector
You'll control your whole cloud-managed network—APs, switches, and security gear—right from your AI client. You don't gotta log into the Meraki dashboard to monitor anything. You can list all the Meraki organizations the API key has access to using list_meraki_organizations, and from there, you can list all the networks within a given organization using list_organization_networks.
You wanna check the status of a specific piece of gear? Just give it the serial number; get_device_details pulls up detailed, real-time info on any single device. Need a quick picture of the whole setup? get_network_summary gives you the health and configuration overview for an entire network. You can check out all the physical hardware—APs, switches, and firewalls—connected to a network by calling list_network_devices.
To see who's connected and what they're using, list_network_clients lists all connected clients and their usage within a specific network. You can audit your hardware inventory across the whole organization by using list_organization_inventory. You can also see who manages your setup; list_organization_admins lists every administrator associated with an organization.
How Cisco Meraki MCP Works
- 1 Subscribe to this server and input your Meraki Dashboard API Key into your client settings.
- 2 Instruct your AI agent to perform a network task (e.g., 'What's the status of the London Office switches?').
- 3 The agent calls the necessary tools (like
list_network_devicesandget_device_details), gathers the data, and presents the status directly in the chat window.
The bottom line is that you control your cloud-managed network by talking to your AI client, not by clicking through a web dashboard.
Who Is Cisco Meraki MCP For?
The network administrator who's tired of logging into the dashboard just to check a single serial number. The IT manager who needs to audit device inventory across ten sites before a compliance meeting. The support engineer who needs to look up a client's MAC address without calling the physical office.
Uses list_network_devices and get_device_details to pinpoint connectivity issues, verifying if an AP or switch is online or misconfigured.
Runs list_organization_inventory and list_organization_networks to audit device count and network boundaries across multiple corporate sites.
Uses list_network_clients to quickly find a connected user's details, IP address, and associated network SSID without accessing the Meraki console.
What Changes When You Connect
- Instant Device Status Checks: Use
get_device_detailsto pull deep, real-time metadata for any AP, switch, or firewall just by providing the serial number. You don't need to navigate a device list. - Client Visibility: The
list_network_clientstool lets you see every connected device and how many are using the network right now. This is key for capacity planning and security audits. - Scope Management: Start with
list_meraki_organizationsto see every corporate division you manage. Then, uselist_organization_networksto zero in on the exact site you need to check. - Full Audit Trail: Run
list_organization_inventoryto audit every single piece of hardware in your entire organization's inventory. It's a complete, auditable list, not just what's currently online. - Network Health Snapshots:
get_network_summarygives you a high-level overview of a network's health and configuration details. It's a quick check before diving into device logs. - Admin Review: Need to know who has access?
list_organization_adminsreviews all organizational administrators and their access levels, keeping your security posture tight.
Real-World Use Cases
Diagnosing a single, dead AP
A support engineer gets a call about a specific AP that's offline. Instead of logging into the console and searching, they ask their agent to run get_device_details using the AP's serial number. The agent returns the last known status and metadata instantly, confirming if the issue is local or system-wide.
Quarterly hardware inventory audit
The IT manager needs to prove compliance by listing every device. They run list_organization_inventory across the entire organization. The agent aggregates the serial numbers and device types, providing a ready-to-use manifest for the audit report.
Understanding client usage spikes
The network administrator notices slowdowns and suspects too many clients. They ask the agent to run list_network_clients for the 'Main-Staff' network. The agent returns a count and a list of MAC addresses, allowing them to identify the source of the spike.
Mapping out all corporate sites
A new team member needs to know what Meraki sites exist. They ask the agent to run list_meraki_organizations first, then use list_organization_networks to map out every network segment the company operates under.
The Tradeoffs
Sequential API calls
Calling list_network_devices to get 100 devices, and then manually sending 100 separate requests to get_device_details for each serial number.
→
The agent handles this sequencing. You tell it to 'Get the status of all devices in the London office.' The agent internally runs list_network_devices and then loops through the results, calling get_device_details for every serial number, delivering the combined report to you in one response.
Forgetting the scope
Trying to check a client's status without first running list_meraki_organizations to confirm the correct corporate umbrella.
→
Always start by defining the scope. Run list_meraki_organizations to see all available organizations, then use list_organization_networks to select the right site before running list_network_clients.
Confusing inventory with active devices
Assuming that because a device is in the general inventory (list_organization_inventory), it must be online or connected right now.
→
Use list_organization_inventory for asset counting. Use list_network_devices or get_device_details to confirm a device is currently online and operational.
When It Fits, When It Doesn't
Use this server if your job requires viewing and auditing network infrastructure data—device status, client count, and hardware inventory—without ever opening the Meraki dashboard. It's ideal for diagnostic work and compliance reporting.
Don't use this if you need to change settings (e.g., change a firewall rule or create a new user); this server is read-only. If your goal is merely to list what's available, you might only need list_meraki_organizations. But if you need to combine multiple data points—like finding a client and then checking the AP that serves them—you need the full suite of tools.
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Cisco Meraki. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 8 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Available Capabilities
Finding specific network data shouldn't require jumping between five different tabs.
Today, checking a single device's status means logging into the Meraki portal, navigating to the right organization, selecting the network, finding the device in the list, clicking it, and then finding the specific status tab. If you need to check five devices, you repeat that entire 5-step process, copying IDs and pasting them into five separate windows.
With this MCP server, you ask your agent: 'What's the status of the three switches in the Dallas office?' The agent handles the navigation and the lookups. It calls `list_network_devices` and then `get_device_details` for each one, spitting out a consolidated, readable report in the chat. You just get the answer.
Cisco Meraki MCP Server: Get the full picture in one conversation.
You no longer have to start by listing all organizations and then listing all networks, just to figure out which network ID to use for the next command. The agent manages the hierarchy. It calls `list_meraki_organizations` and `list_organization_networks` internally to scope the problem, so you only need to focus on the outcome.
This means you can ask complex questions—like 'List all clients and check the status of their serving switch'—and the agent orchestrates the tools to build the answer. It's not just data retrieval; it's structured diagnosis.
Common Questions About Cisco Meraki MCP
How do I check the status of a specific device using the Cisco Meraki MCP Server? +
You use the get_device_details tool. Just tell your agent to run it, and provide the device's serial number. It returns the current operational status, last seen time, and detailed metadata.
Can I list all connected users and their network details with the Cisco Meraki MCP Server? +
Yes, use list_network_clients. This tool pulls a list of connected clients and provides details on usage, which helps you track who's on the network and where they are connecting from.
What is the difference between `list_network_devices` and `list_organization_inventory`? +
list_network_devices shows hardware that is currently connected and active in a network. list_organization_inventory shows every device ever added to the organization's asset records, regardless of its current status.
How do I see all the different sites I manage with the Cisco Meraki MCP Server? +
Start by running list_meraki_organizations. This tool provides a list of all corporate organizations and IDs that the API key has access to, giving you a map of your entire managed infrastructure.
What is the purpose of the `list_organization_admins` tool, and how do I check who has access? +
The list_organization_admins tool lists all administrators for a given organization. You can use this to verify access levels and see who has control over the network resources.
If I run `get_device_details` for a serial number that isn't found, what error message should I expect? +
You should expect a specific error indicating the serial number was not found or the device is inaccessible. The agent will pass this error back to your client, letting you know exactly what went wrong.
How do I use `list_network_summary` to compare the health of different networks? +
The list_network_summary tool returns key health metrics for a single network. To compare multiple networks, you'll need to call the tool sequentially for each network ID.
Does this MCP Server require specific API scopes, and how do I ensure full compatibility? +
Yes, the API key must have the necessary scope permissions for all resources you plan to manage. Check the Meraki documentation for the exact scopes required for full access.
Can I see which devices are currently offline? +
Yes! Use the list_network_devices tool. The agent will return a list of all devices in the network, and you can identify those with a non-'online' status.
How do I check the signal strength for a specific wireless client? +
Use the list_network_clients tool. Your agent will fetch the list of connected clients, which typically includes signal strength (RSSI), data usage, and the AP they are connected to.
Where do I find my Meraki Dashboard API Key? +
Log in to your Meraki Dashboard, click on your profile name in the top right, and go to 'My Profile'. Scroll down to the 'API access' section to generate your key.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
More in this category
Save articles, videos, and web pages to read later with a personal content library that syncs across all your devices.
ON24
Host enterprise webinars and virtual events that generate pipeline with interactive engagement tools and first-party intent data.
Marketo
Automate marketing workflows via Marketo — manage leads, lists, campaigns, and programs.
You might also like
EmojisWorld
Universal emoji intelligence — search emojis, list categories, and get random icons via AI.
Sift (Chargeback)
Manage fraud prevention and chargebacks via Sift — track user scores, report disputes, and apply decisions directly from any AI agent.
Jamf Pro
Manage Apple devices, computers, and inventory via Jamf Pro API.