MCP Management
Overview
The Model Context Protocol (MCP) is an open standard created by Anthropic in 2024 and open-sourced, which standardizes the way large language models (LLMs) and AI agents interact with external data sources, tools, and services securely and flexibly.
In simple terms, MCP acts as a ācommon interfaceā for AI systems, enabling seamless access to external data sources, tools, and services. It facilitates the integration of diverse external resources, thereby extending the modelās capabilities and enhancing practical utility.
Technical architecture
MCP uses a clear client-server architecture, consisting of three parts:
- MCP host: The application running the LLM, responsible for coordinating the entire interaction process and managing one or more MCP clients.
- MCP client: Acts as a bridge between the MCP host and server. Each client maintains a one-to-one connection with an MCP server and handles request and response transmission.
- MCP server: The backend program that actually provides data or services. It can be various resources such as a file system, database, API, or custom tool, and is responsible for responding to requests from clients.
MCP enables bidirectional data exchange through a standardized communication protocol. You can develop and deploy MCP servers on your own to extend the functional boundaries of AI without modifying the host application, thus significantly reducing the cost of integrating external tools and data sources. Simultaneously, the bidirectional communication mechanism allows servers to proactively push information or request operations, supporting more complex automated workflows. This transforms LLMs from mere conversational tools into intelligent assistants capable of executing tasks.
For more information, visit theĀ MCP official website.
Integrate MCP with the Tuya platform
Tuyaās AI Agent Development Platform now fully supports MCP server integration. By integrating the official MCP server or connecting to a custom-developed MCP server, you can significantly extend the agentās capability to interact with third-party services and IoT devices.
This equips LLMs with āeyes, arms, and legsā to perceive and act in the physical world, enabling them to go beyond text-based dialogue. They can achieve intelligent decision-making on top of LLMs and establish efficient and secure interactions with real-world devices and services, ultimately building a smart bridge between AI and physical systems.
Platform advantagesā
- Designed for IoT device ecosystems: Tuya-enabled devices support plug-and-play integration. Simply add an MCP server to your agent, and devices become immediately available, seamlessly fitting into various IoT scenarios.
- Support for diverse MCP services: In addition to officially preconfigured MCP servers, you can also create and integrate custom MCP services, enabling both a robust service ecosystem and personalized extensions.
- Simplified development and integration: Register your service once on the platform and integrate a lightweight SDK to quickly enable access and deployment for MCP servers in multiple data centers.
- Global service deployment: With service coverage across five data centers in the world, the platform supports low-latency connections to the nearest data center, thereby meeting operational deployment and compliance requirements in different regions.
- Secure and reliable persistent connection: Establish secure persistent connections in multiple data centers based on the WebSocket protocol, ensuring that data transmission is confidential, complete, and available.
The MCP capabilities and official MCP tools on the platform are continuously extending. Please refer to the platformās open documentation for the latest updates and resources.
Quick start
Manage MCPā
Go toĀ Tuya Developer Platform > MCP ManagementĀ page.
You can queryĀ official MCP servicesĀ and manageĀ custom MCP services. You can switch tabs to view official MCP services and registered custom MCP services.


If you have not registered an MCP service yet, you can clickĀ Add custom MCPĀ underĀ Custom MCP ServiceĀ to register your own MCP service on the platform. After successful registration, you can view its service information and configuration in the list of MCP services.
For information on how to develop a custom MCP server, refer toĀ Custom MCP Services.
View official MCP servicesā
On theĀ Official MCP ServiceĀ page, click the desired MCP service to find out details of the service and tools.

Edit custom MCP serviceā
On theĀ Custom MCP ServiceĀ tab, click the desired service. On theĀ Service DetailsĀ page, you can view the custom MCP service introduction, configuration, and tool details. You can also clickĀ EditĀ in the top right corner to modify service information and maintain service configuration.
For more information, seeĀ Custom MCP Services.

You can add data centers.

Debug MCP toolsā
You can debug the MCP tools on the platform.
Select an official MCP service, click theĀ ToolĀ tab, expand theĀ Available toolsĀ list, and then clickĀ Test Run.
Currently, you can only debug the MCP server tools deployed in theĀ China Data Center.

You can debug custom MCP services in the same way as official MCP services. For more information, seeĀ Run and debug MCP Server.
Add MCP server to your agentā
-
On the page ofĀ My Agent, select your desired agent and clickĀ DevelopĀ in theĀ OperationĀ column.

MCP Management -
In the sectionĀ 01 Model ConfigurationĀ >Ā Skills Configuration, clickĀ +Ā on the right ofĀ Plugin.

MCP Management -
On theĀ Add ToolĀ page, add official or custom MCP service tools to your agent.
For more information, seeĀ Add server to agent.

MCP Management
Billing
Currently, adding official MCP services to your agent is free of charge, and registering custom MCP services and adding them to your agent is also free. Tuya reserves the right to introduce fees for these services in the future.