ewelink-mcp-server

991glasses/ewelink-mcp-server

3.1

If you are the rightful owner of ewelink-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The eWeLink MCP Server is a Model Context Protocol server that integrates with the eWeLink API, allowing seamless interaction with eWeLink-enabled devices.

eWeLink MCP Server

A Model Context Protocol (MCP) server that provides eWeLink API integration.

Requirements

  • Node.js v18 or higher
  • eWeLink developer account

1. Create eWeLink Developer Account

  1. Visit eWeLink Developer Center and login.

  2. Submit required information.

  3. In Console page, create a App, fill in the redirect URL as shown below.

  4. Finally, you can obtain the APPID and APP SECRET.

For more information, visit DeveloperGuide.

2. Login

npx -y @991glasses/ewelink-mcp-server login
# Follow prompts to enter:
# - Your APPID
# - APP SECRET
# - Enter your eWeLink account in the pop-up login page

3. Configure MCP Server

{
  "mcpServers": {
    "ewelink-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@991glasses/ewelink-mcp-server"
      ]
    }
  }
}

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.