@991glasses/ewelink-mcp-server
v0.0.2
Published
Connect eWeLink smart devices to LLM via the MCP protocol
Downloads
7
Readme
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
Visit eWeLink Developer Center and login.
Submit required information.
In Console page, create a App, fill in the redirect URL as shown below.
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 page3. 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.
