Nature Remo Server
FreeNot checkedEnables you to manage and automate interactions with Nature Remo devices, including listing devices and appliances, and operating TVs and air conditioners throu
About
Enables you to manage and automate interactions with Nature Remo devices, including listing devices and appliances, and operating TVs and air conditioners through natural language commands.
README
MCP Server for the Nature Remo API.
Overview
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.
Prerequisites
- Create your own access_token on Nature Remo Home. more detail, see documentation).
Setup
Usage with VS Code
Add the following configuration to your User Settings (JSON) file. Open the settings by pressing Cmd + Shift + P and selecting Preferences: Open User Settings (JSON).
Alternatively, you can create a .vscode/mcp.json file in your workspace to share the configuration with others. Note that the mcp key is not needed in the .vscode/mcp.json file.
Note that the
mcpkey is not needed in the.vscode/mcp.jsonfile.
{
"mcp": {
"servers": {
"nature-remo": {
"command": "npx",
"args": [
"-y",
"noboru-i/nature-remo-mcp-server"
],
"env": {
"ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
}
Usage with Claude Desktop
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"noboru-i/nature-remo-mcp-server"
],
"env": {
"ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
Tools
This server provides the following tools:
list_devices - List devices on the home.
- No parameters required
list_appliances - List appliances on the home.
- No parameters required
operate_tv - Operate a TV appliance.
applianceId: Appliance id (string, required)button: Button label (string, required)times: Number of times to press the button (integer, optional)
operate_aircon - Operate an aircon appliance.
applianceId: Appliance id (string, required)airDirection: Air direction (string, optional)airDirectionH: Horizontal air direction (string, optional)airVolume: Air volume (string, optional)button: Button label (string, optional)operationMode: Operation mode (string, optional)temperature: Temperature (string, optional)temperatureUnit: Temperature unit (string, optional)times: Number of times to press the button (integer, optional)
License
This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.
Install Nature Remo Server in Claude Desktop, Claude Code & Cursor
unyly install nature-remo-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add nature-remo-mcp-server -- npx -y nature-remo-mcp-serverFAQ
Is Nature Remo Server MCP free?
Yes, Nature Remo Server MCP is free — one-click install via Unyly at no cost.
Does Nature Remo Server need an API key?
No, Nature Remo Server runs without API keys or environment variables.
Is Nature Remo Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Nature Remo Server in Claude Desktop, Claude Code or Cursor?
Open Nature Remo Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Nature Remo Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
