# Ewelink Mcp Server

> Control devices on the eWelink App through LLM

- **Type:** MCP server
- **Install:** `agentstack add mcp-991glasses-ewelink-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [991glasses](https://agentstack.voostack.com/s/991glasses)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [991glasses](https://github.com/991glasses)
- **Source:** https://github.com/991glasses/ewelink-mcp-server

## Install

```sh
agentstack add mcp-991glasses-ewelink-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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](https://dev.ewelink.cc) 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](https://coolkit-technologies.github.io/eWeLink-API/#/en/DeveloperGuideV2).

### 2. Login
```bash
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
```json
{
  "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.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [991glasses](https://github.com/991glasses)
- **Source:** [991glasses/ewelink-mcp-server](https://github.com/991glasses/ewelink-mcp-server)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-991glasses-ewelink-mcp-server
- Seller: https://agentstack.voostack.com/s/991glasses
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
