Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • SQLite MCP Server
  • Xano MCP Server for Smithery
  • CouchDB MCP Server
  • Formula One MCP Server
  • YOKATLAS API MCP Server
Back to MCP Servers
CO2 Sensor MCP Server

CO2 Sensor MCP Server

Public
kmwebnet/MCP-Server-for-sensor-device

A Node.js application that provides a JSON-RPC interface to interact with CO2 sensor data, working in both simulation mode and with real Raspberry Pi Pico hardware connections.

Verified
javascript
0 tools
May 30, 2025
Updated May 30, 2025

MCP Server for sensor device

This project is a Node.js application designed for use with Claude Desktop. It simulates a CO2 sensor device and provides a JSON-RPC server to interact with the device. The application can run in both simulation mode and real mode, where it connects to a Raspberry Pi Pico via USB to read CO2 levels.

Features

  • Simulates a CO2 sensor device with random CO2 levels in simulation mode.
  • Connects to a Raspberry Pi Pico via USB to read real CO2 levels.
  • Provides device information, sensor data, and network status via JSON-RPC.
  • Supports commands to publish data to MQTT, reconnect WiFi, and reconnect MQTT (some functionalities are mocked).

Installation

You need to have Node.js installed on your machine to run this application. If you don't have Node.js installed, you can download it from the official website.

  1. Clone the repository.

  2. Install the dependencies using npm:

    npm install

Configuration

Ensure that the claude_desktop_config.json file is correctly configured to run the server. Example configuration:

{ "mcpServers": { "CO2 sensor": { "command": "node", "args": [ "...mcp-server-for-sensor-device/index.js" ], "env": {} } } }

Usage

To start the server, run the following command:

node index.js

JSON-RPC Methods

initialize

Initializes the server and returns server capabilities.

shutdown

Shuts down the server.

resources/list

Lists available resources.

resources/read

Reads the specified resource.

tools/list

Lists available tools.

tools/call

Calls the specified tool.

DeviceState Class

The DeviceState class simulates the device state and provides methods to get device information, sensor data, and network status. It also handles the connection to the Raspberry Pi Pico and reads CO2 levels.

Methods

  • getDeviceInfo(): Returns device information.
  • getSensorData(): Returns sensor data.
  • getNetworkStatus(): Returns network status (mocked functionality).
  • publishToMQTT(): Simulates publishing data to MQTT (mocked functionality).
  • reconnectWiFi(): Simulates reconnecting to WiFi (mocked functionality).
  • reconnectMQTT(): Simulates reconnecting to MQTT (mocked functionality).

Logging

The application logs CO2 levels and other information to a log file located in the user's home directory (co2_level.log).

License

This project is licensed under the MIT License.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • SQLite MCP Server
    SQLite MCP Server

    A Model Context Protocol server implementation that enables AI assistants to execute SQL queries and...

    Added May 30, 2025
  • Xano MCP Server for Smithery
    Xano MCP Server for Smithery

    A Model Context Protocol server that enables Claude AI to interact with Xano databases, providing co...

    Added May 30, 2025
  • CouchDB MCP Server
    CouchDB MCP Server

    A TypeScript-based MCP server that enables AI assistants to interact with CouchDB databases through ...

    9 tools
    Added May 30, 2025
  • Formula One MCP Server
    Formula One MCP Server

    Provides Formula One data and statistics through a Model Context Protocol interface, allowing users ...

    Added May 30, 2025
  • YOKATLAS API MCP Server
    YOKATLAS API MCP Server

    Provides an MCP interface for accessing YOKATLAS (Turkish Higher Education Council Atlas) data, enab...

    Added May 30, 2025