
ewelink mcp server
Control devices on the eWelink App through LLM
Repository Info
About This Server
Control devices on the eWelink App through LLM
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
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 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.
Quick Start
Clone the repository
git clone https://github.com/991glasses/ewelink-mcp-serverInstall dependencies
cd ewelink-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.