zyxel-mcp-server

zyxel-mcp-server

Enables AI applications to interact with Zyxel managed switches for network configuration, monitoring, and management using authentic CLI commands.

Category
访问服务器

README

Zyxel Switch MCP Server

A comprehensive Model Context Protocol (MCP) server for Zyxel switch CLI commands, enabling AI applications to interact with Zyxel switches for network configuration, monitoring, and management operations.

PRODUCTION READY: Real Zyxel CLI Commands Integrated

This MCP server now contains authentic Zyxel CLI commands and response formats extracted from official Zyxel documentation (407-page CLI Reference Guide). All mock implementations have been replaced with real command syntax.

Features

  • ✅ Real CLI Command Support: Authentic Zyxel switch CLI commands from official documentation
  • ✅ Production-Ready Responses: Actual command output formats for GS1920/GS1900/XGS series
  • ✅ Network Configuration: Interface configuration, VLAN management, and routing setup
  • ✅ Real-time Monitoring: System status, port statistics, and network diagnostics
  • ✅ Secure Operations: Authenticated command execution with proper error handling
  • ✅ MCP Compliance: Full Model Context Protocol implementation with tools, resources, and prompts

Supported Zyxel Models

Based on the integrated CLI documentation:

  • GS1920 Series (24/48 port variants)
  • GS1900 Series
  • XGS1930 Series
  • XGS2220 Series
  • Other managed Zyxel switches with CLI access

MCP Tools (CLI Commands)

Connection Management

  • zyxel_connect - Connect to a Zyxel switch
  • zyxel_disconnect - Disconnect from the switch
  • zyxel_connection_status - Check connection status

System Information

  • zyxel_show_version - Display system version information
  • zyxel_show_system_info - Show detailed system information
  • zyxel_show_running_config - Display running configuration
  • zyxel_show_startup_config - Display startup configuration

Interface Management

  • zyxel_show_interfaces - Display interface status and configuration
  • zyxel_configure_interface - Configure interface settings
  • zyxel_configure_switchport - Configure switchport settings

VLAN Management

  • zyxel_show_vlan - Display VLAN information
  • zyxel_create_vlan - Create a new VLAN
  • zyxel_delete_vlan - Delete a VLAN

Network Monitoring

  • zyxel_show_mac_table - Display MAC address table
  • zyxel_show_arp_table - Display ARP table
  • zyxel_show_spanning_tree - Display spanning tree information
  • zyxel_ping - Test network connectivity

Configuration Management

  • zyxel_save_config - Save running configuration to startup
  • zyxel_execute_cli - Execute raw CLI commands

MCP Resources (Read-only Data)

System Resources

  • zyxel://switch/version - System version information
  • zyxel://switch/system-info - Detailed system information
  • zyxel://switch/running-config - Current running configuration
  • zyxel://switch/startup-config - Saved startup configuration

Network Resources

  • zyxel://switch/interfaces - Interface status and statistics
  • zyxel://switch/vlans - VLAN configuration and status
  • zyxel://switch/mac-table - MAC address table entries
  • zyxel://switch/arp-table - ARP table entries
  • zyxel://switch/spanning-tree - Spanning tree topology
  • zyxel://switch/port-statistics - Port traffic statistics

Documentation

  • zyxel://docs/cli-reference - Complete CLI command reference
  • zyxel://docs/troubleshooting - Troubleshooting guide

MCP Prompts (Guided Workflows)

Setup and Configuration

  • zyxel_initial_setup - Guide for initial switch setup
  • zyxel_vlan_setup - Step-by-step VLAN configuration
  • zyxel_port_configuration - Port configuration guide

Maintenance and Operations

  • zyxel_troubleshooting - Network troubleshooting procedures
  • zyxel_backup_restore - Configuration backup and restore
  • zyxel_monitoring_setup - Monitoring and logging setup

Security and Performance

  • zyxel_security_hardening - Security configuration best practices
  • zyxel_performance_optimization - Performance tuning guide

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/zyxel-mcp-server.git
cd zyxel-mcp-server
  1. Install dependencies:
npm install
  1. Build the project:
npm run build

Usage

Direct Execution

npm start

As MCP Server

Configure your MCP client to use this server:

{
  "mcpServers": {
    "zyxel": {
      "command": "npx",
      "args": ["zyxel-mcp-server"]
    }
  }
}

Development Mode

npm run dev

Configuration

The server can be configured through environment variables:

  • ZYXEL_DEFAULT_HOST - Default switch IP address
  • ZYXEL_DEFAULT_USERNAME - Default username
  • ZYXEL_DEFAULT_PASSWORD - Default password
  • ZYXEL_TIMEOUT - Command timeout in milliseconds (default: 30000)
  • ZYXEL_DEBUG - Enable debug logging (true/false)

Examples

Connecting to a Switch

// Use the zyxel_connect tool
{
  "host": "192.168.1.100",
  "username": "admin",
  "password": "admin123",
  "port": 22
}

Creating a VLAN

// Use the zyxel_create_vlan tool
{
  "vlanId": 100,
  "name": "Production_VLAN",
  "description": "Production network VLAN"
}

Configuring an Interface

// Use the zyxel_configure_interface tool
{
  "interface": "ethernet 1/5",
  "description": "User Workstation",
  "shutdown": false,
  "speed": "auto",
  "duplex": "auto"
}

Project Structure

src/
├── cli/
│   ├── handler.ts     # CLI command execution
│   └── types.ts       # Type definitions
├── tools/
│   └── manager.ts     # MCP tools implementation
├── resources/
│   └── manager.ts     # MCP resources implementation
├── prompts/
│   └── manager.ts     # MCP prompts implementation
└── index.ts           # Main server entry point

Development

Building

npm run build

Type Checking

npm run typecheck

Cleaning

npm run clean

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Supported Zyxel Models

This MCP server has been designed to work with various Zyxel switch models, including:

  • GS1920 Series
  • GS1900 Series
  • XGS1930 Series
  • XGS2220 Series
  • And other Zyxel managed switches with CLI access

Support

For issues and support:

  1. Check the troubleshooting guide
  2. Search existing GitHub issues
  3. Create a new issue with detailed information

Acknowledgments

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选