particle-mcp-server

particle-mcp-server

3.4

Particle MCP Server is a Model Context Protocol server designed for the Particle IoT platform, enabling AI assistants to manage Particle devices using natural language.

The Particle MCP Server is a specialized server that facilitates the management of Particle IoT devices through natural language processing. It provides a seamless interface for AI assistants to interact with Particle devices, allowing for operations such as listing devices, renaming them, adding notes, and more. The server also supports diagnostics and organizational management, making it a comprehensive tool for managing IoT devices in a user-friendly manner. With its integration capabilities, users can easily set up and control their IoT environment, enhancing the efficiency and effectiveness of device management.

Features

  • Device Management: List, rename, and add notes to devices.
  • Diagnostics: Retrieve device vitals and check device status.
  • Organizational Management: Manage organizations and products.
  • Product Firmware: List firmware versions for specific products.
  • API Integration: Seamless integration with Particle API for enhanced functionality.

Usage with Different Platforms

particle


{
    "mcpServers": {
        "particle": {
            "command": "uv",
            "args": [
                "--directory",
                "DIRECT/PATH/TO/particle-mcp-server",
                "run",
                "particle.py"
            ]
        }
    }
}