# Devices MCP Server

> Devices MCP Server，一个基于 Model Context Protocol (MCP) 的设备服务，提供设备控制、设备查询等工具，让AI应用能够无缝控制智能设备。

- **Type:** MCP server
- **Install:** `agentstack add mcp-jx-t11-devices-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [JX-t11](https://agentstack.voostack.com/s/jx-t11)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [JX-t11](https://github.com/JX-t11)
- **Source:** https://github.com/JX-t11/Devices_MCP_Server

## Install

```sh
agentstack add mcp-jx-t11-devices-mcp-server
```

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

## About

# Devices_MCP_Server

Devices MCP Server，一个基于 Model Context Protocol (MCP) 的服务端，提供设备控制、设备查询等能力，使AI应用能够与设备进行交互。通过本服务，开发者可以轻松实现对各种设备的开放式控制。

## ✨ 特性

- 动态工具 - 基于产品和设备的注册信息，动态生成工具列表
- AI互控 - 设备之间进行授权，通过自然语言指令实现设备联动

## 📁 目录结构

```
├── src/
│   ├── config/             # 配置
│   ├── types/              # 类型定义
│   ├── entities/           # 模型实体
│   ├── middleware/         # 中间件
│   ├── routes/             # 路由
│   ├── services/           # 业务服务
│   ├── tools/              # 工具函数
│   ├── utils/              # 通用工具
│   ├── app.ts              # 应用主类
│   ├── index.ts            # 启动入口
│   ├── mqtt-client.ts      # MQTT 客户端
│   └── redis.ts            # Redis 客户端
├── mcp.sql                 # 数据库文件
├── package.json            # 依赖与脚本
├── tsconfig.json           # TypeScript 配置
└── ...
```

## 🚀 快速开始

- node 版本 > 18

### 安装依赖

```bash
npm install
```

### 开发环境

```bash
npm run dev
```

### 生产环境

```bash
npm run build
npm run start:prod
```

## Source & license

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

- **Author:** [JX-t11](https://github.com/JX-t11)
- **Source:** [JX-t11/Devices_MCP_Server](https://github.com/JX-t11/Devices_MCP_Server)
- **License:** Apache-2.0

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-jx-t11-devices-mcp-server
- Seller: https://agentstack.voostack.com/s/jx-t11
- 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%.
