cisco-network-diagrams-mcp-server
cisco-network-diagrams-mcp-server
MCP-Server, der die 308 offiziellen Icons aus dem Cisco Systems Corporate Iconography-Paket bereitstellt – das kostenlos nutzbare Icon-Set, das Cisco selbst für Diagramme und Materialien verteilt –, sodass ein LLM das richtige Icon nachschlagen und als Bild abrufen kann, während es ein Netzwerk-Topologie-Diagramm erstellt.
Alle Icons werden vorab von Ciscos ursprünglichen CMYK-JPEGs in RGB-PNGs konvertiert ausgeliefert. Die CMYK-Originale erscheinen in den meisten Web-/Kollaborationstools (Miro, Figma, FigJam, Browser) leer, verfärbt oder beschnitten – das behebt das an der Quelle, und die PNGs sind zudem ~4x kleiner.
Tools
Tool | Beschreibung |
| Listet die 7 Katalogkategorien mit Icon-Anzahl auf. |
| Stichwortsuche über id/Name/Beschreibung (nur Metadaten). |
| Paginierte Auflistung, optional nach Kategorie oder nur kuratiert gefiltert. |
| Ruft die Metadaten eines Icons und sein RGB-PNG-Bild per id ab. |
29 der 308 Icons sind kuratiert: die Ausrüstung, die in Klassenzimmer-/Unternehmens-Topologien am häufigsten vorkommt (Router, Switch, Firewall, Server, Access Point, Cloud usw.), annotiert mit glossary_name, function und when_to_use zusätzlich zur Basis-description, die jedes Icon hat.
Related MCP server: Cisco RADKit MCP Server
Installation
npm install -g cisco-network-diagrams-mcp-serverOder ohne Installation ausführen:
npx cisco-network-diagrams-mcp-serverVerwendung mit einem MCP-Client
Fügen Sie zur MCP-Server-Konfiguration Ihres Clients hinzu (z. B. claude_desktop_config.json von Claude Desktop):
{
"mcpServers": {
"cisco-network-diagrams": {
"command": "npx",
"args": ["-y", "cisco-network-diagrams-mcp-server"]
}
}
}Platzieren von Icons auf einer Leinwand
Die Icons sind nicht quadratisch – z. B. ist router ~77×52 px. Wenn Sie das von cisco_get_icon zurückgegebene Bild auf einem Knoten mit fester Größe (Figma, FigJam, Miro usw.) platzieren, verwenden Sie einen FIT-Skalierungsmodus, niemals FILL – FILL streckt oder beschneidet nicht-quadratische Icons.
Lizenz
Die Icons sind Ciscos eingetragenes Markenkunstwerk. Cisco autorisiert die kostenlose Verwendung in Diagrammen und Materialien, unverändert (kein Neuzeichnen, kein Neufärben des Kunstwerks und keine Verzerrung der Proportionen). Die CMYK→RGB-Konvertierung in diesem Paket ist ein technischer Kompatibilitätsfix (gleiche Farbe, anderer Farbraum), keine visuelle Änderung.
Der eigene Code dieses Pakets ist MIT-lizenziert; das Icon-Kunstwerk selbst bleibt unter Ciscos Nutzungsbedingungen Eigentum von Cisco.
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
- AlicenseNot gradedqualityDmaintenanceEnables LLMs to interact with Cisco Intersight APIs for managing data center infrastructure, including server monitoring, policy management, network configuration, and hardware telemetry across 199 tools.8MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Cisco network devices through the RADKit SDK, allowing users to discover device inventory, fetch device attributes, and execute CLI commands via natural language.Apache 2.0
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to query Cisco ThousandEyes v7 API for network monitoring data including tests, agents, alerts, dashboards, and test results (network, page-load, web-transactions, path visualization) for faster troubleshooting through natural language.2Apache 2.0
- AlicenseNot gradedqualityNot gradedmaintenanceEnables LLMs to query the Cisco Commerce Catalog API for product pricing, availability, specifications, service options, and end-of-life information across 21 regional price lists.
Related MCP Connectors
Icons for agentic development: search & fetch 366,000+ open-source icons as SVG/PNG. No API key.
Multilingual semantic SVG icon search with previews for AI coding agents. 20,000+ icons.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
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/GUIPETAV/cisco-network-diagrams-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server