Skip to content

v0.1.0 — First PyPI release

Choose a tag to compare

@Picaresco Picaresco released this 14 Apr 21:47
· 4 commits to main since this release

First release of zte-f680-mcp on PyPI.

Install

Any MCP-compatible client (Claude Desktop, Claude Code, Cursor, Windsurf, Cline, OpenAI Agents SDK, …) can now use this server with a single command:

uvx zte-f680-mcp

Example for Claude Code:

claude mcp add zte \
  --env ZTE_HOST=192.168.1.1 \
  --env ZTE_USER=1234 \
  --env ZTE_PASSWORD=your_password \
  -- uvx zte-f680-mcp

See the README for configs on Claude Desktop, Cursor, Windsurf, OpenAI Agents SDK, and classic pip install.

Links

Tools exposed

  • zte_get_port_forwards — list all NAT rules
  • zte_add_port_forward — add a new rule
  • zte_modify_port_forward — modify rule by index
  • zte_delete_port_forward — delete rule by index
  • zte_run_page — fetch and parse any router page (generic)