cisco-network-diagrams-mcp-server
cisco-network-diagrams-mcp-server
MCP 服务器,公开了 Cisco Systems Corporate Iconography 软件包中的 308 个官方图标——这是思科自己为图表和材料分发的免费图标集——以便 LLM 在构建网络拓扑图时能够查找正确的图标并将其作为图像获取。
所有图标均已预先从思科原始的 CMYK JPEG 转换为 RGB PNG。在大多数 Web/协作工具(Miro、Figma、FigJam、浏览器)中,CMYK 原始文件会显示为空白、变色或被裁剪——本软件包从源头上解决了这个问题,而且 PNG 文件还小了约 4 倍。
工具
工具 | 描述 |
| 列出 7 个目录类别及图标数量。 |
| 跨 id/名称/描述进行关键字搜索(仅元数据)。 |
| 分页列表,可选择按类别或仅精选筛选。 |
| 按 id 获取一个图标的元数据和其 RGB PNG 图像。 |
308 个图标中有 29 个是精选的:即课堂/企业拓扑中最常见的设备(路由器、交换机、防火墙、服务器、接入点、云等),除了每个图标都有的基本 description 之外,还标注了 glossary_name、function 和 when_to_use。
Related MCP server: Cisco RADKit MCP Server
安装
npm install -g cisco-network-diagrams-mcp-server或者不安装直接运行:
npx cisco-network-diagrams-mcp-server与 MCP 客户端一起使用
添加到您客户端的 MCP 服务器配置中(例如 Claude Desktop 的 claude_desktop_config.json):
{
"mcpServers": {
"cisco-network-diagrams": {
"command": "npx",
"args": ["-y", "cisco-network-diagrams-mcp-server"]
}
}
}在画布上放置图标
图标不是正方形——例如 router 约为 77×52 像素。将 cisco_get_icon 返回的图像放置到固定大小的节点(Figma、FigJam、Miro 等)上时,请使用 FIT 缩放模式,切勿使用 FILL——FILL 会拉伸或裁剪非正方形图标。
许可证
这些图标是思科的注册商标图稿。思科授权在图表和材料中免费使用,但不得修改(不得重新绘制、重新着色或扭曲比例)。本软件包中的 CMYK→RGB 转换属于技术兼容性修复(颜色相同,色彩空间不同),而非视觉改动。
本软件包自身的代码采用 MIT 许可证;图标图稿本身仍归思科所有,并受思科使用条款约束。
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