We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/consigcody94/mcp-tplink-router'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•566 B
# TP-Link Router Configuration
# Copy this file to .env and update with your router settings
#
# IMPORTANT: Edit these values to match YOUR router configuration!
#
# TPLINK_HOST: Your router's IP address (common values: 192.168.0.1, 192.168.1.1, 10.0.0.1)
# TPLINK_USERNAME: Router admin username (usually "admin")
# TPLINK_PASSWORD: For BE3600 with new firmware, you need the web-encrypted password
# (200+ characters). See README for instructions on how to get it.
TPLINK_HOST=192.168.0.1
TPLINK_USERNAME=admin
TPLINK_PASSWORD=your_password_here