Particle MCP Server
@zradlicz
Particle MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"particle": {
"command": "uv",
"args": [
"--directory",
"DIRECT/PATH/TO/particle-mcp-server",
"run",
"particle.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Particle MCP Server?
A Model Context Protocol server for the Particle IoT platform that enables AI assistants to manage Particle devices using natural language.
How to use Particle MCP Server?
Clone the repository, create a .env file with a PARTICLE_ACCESS_TOKEN, generate a token via the Particle CLI (particle token create), and configure Claude Desktop's mcpServers settings to point to the server directory.
Key features of Particle MCP Server
- List all devices in your account
- List devices within a specified product
- Rename devices and add notes to them
- Ping devices to check online status
- Call functions on a particular device
- Retrieve last known device vitals
- List organizations and their products
- List all firmware versions for a product
Use cases of Particle MCP Server
- Managing IoT devices through natural language conversations
- Automating device diagnostics and health checks
- Organizing and updating device metadata across products
- Tracking firmware versions for product deployments
FAQ from Particle MCP Server
What are the runtime requirements?
Python 3.7 or higher is required.
How do I obtain a Particle API token?
Use the Particle CLI command `particle token create
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ICSS
chokcoco不止于 CSS
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント