Nature Remo MCP Server logo

Nature Remo MCP Server

by noboru-i

This is an MCP server for Nature Remo, designed to handle requests and interact with the Nature Remo API using the Model Context Protocol SDK. It provides tools to manage and automate interactions with Nature Remo devices.

View on GitHub

Last updated: N/A

What is Nature Remo MCP Server?

An MCP server for Nature Remo that allows users to manage and automate interactions with Nature Remo devices through the Nature Remo API using the Model Context Protocol SDK.

How to use Nature Remo MCP Server?

To use this server, configure it within VS Code or Claude Desktop by adding the provided JSON configuration to your settings. You will need to obtain an access token from Nature Remo Home and replace <YOUR_TOKEN> in the configuration. The server provides tools like list_devices, list_appliances, operate_tv, and operate_aircon which can be called with the specified parameters.

Key features of Nature Remo MCP Server

  • List devices

  • List appliances

  • Operate TV appliances

  • Operate Aircon appliances

  • Integration with VS Code and Claude Desktop

Use cases of Nature Remo MCP Server

  • Automating TV control

  • Automating air conditioner control

  • Managing Nature Remo devices through code

  • Integrating Nature Remo with other applications

  • Centralized control of home appliances

FAQ from Nature Remo MCP Server

How do I get an access token?

Create your own access_token on Nature Remo Home. See the documentation for more details.

Where do I put the configuration in VS Code?

Add the configuration to your User Settings (JSON) file or create a .vscode/mcp.json file in your workspace.

What is the purpose of the MCP server?

The MCP server handles requests and interacts with the Nature Remo API, allowing you to manage and automate your Nature Remo devices.

What parameters are required for operating a TV?

applianceId and button are required parameters for the operate_tv tool.

What parameters are available for operating an aircon?

Available parameters for the operate_aircon tool include applianceId, airDirection, airDirectionH, airVolume, button, operationMode, temperature, temperatureUnit, and times.