Back to Apps

Selent MCP
Supports UIby selent-ai
Dynamic MCP server for Cisco Meraki API access, compliance auditing, and network security scanning.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI assistants to the Cisco Meraki Dashboard API, enabling dynamic discovery and execution of over 400 API endpoints for network management, security auditing, and compliance tracking.
Tools
search_meraki_api_endpoints: Find API endpoints using natural languageexecute_meraki_api_endpoint: Execute any Meraki API callget_meraki_endpoint_parameters: Get parameter requirements for endpointsselent_run_compliance_test: Run compliance tests (PCI, HIPAA, SOC2, ISO 27001, NIST)selent_create_backup: Create organization backupsselent_restore_from_backup: Restore from backups
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"Selent MCP": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--pull=always",
"-e",
"MERAKI_API_KEY=your_meraki_api_key_here",
"-e",
"SELENT_API_KEY=your_selent_api_key_here",
"selentai/selent-mcp:latest"
]
}
}
}
Supported hosts
- Claude Desktop
Quick install
docker run -i --rm --pull=always -e MERAKI_API_KEY=your_key -e SELENT_API_KEY=your_key selentai/selent-mcp:latestInformation
- Pricing
- freemium
- Published
- 6/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
docker run -i --rm --pull=always -e MERAKI_API_KEY=your_key -e SELENT_API_KEY=your_key selentai/selent-mcp:latest






