noboru-i
MCP Servernoboru-ipublic

nature remo mcp server

MCP Server for the Nature Remo API.

Repository Info

7
Stars
4
Forks
7
Watchers
2
Issues
TypeScript
Language
MIT License
License

About This Server

MCP Server for the Nature Remo API.

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Nature Remo MCP server

npm version

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

  1. 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 mcp key is not needed in the .vscode/mcp.json file.

{
  "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.

Quick Start

1

Clone the repository

git clone https://github.com/noboru-i/nature-remo-mcp-server
2

Install dependencies

cd nature-remo-mcp-server
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownernoboru-i
Reponature-remo-mcp-server
LanguageTypeScript
LicenseMIT License
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation