michaelahern
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"airthings": {
"args": [
"-y",
"airthings-consumer-mcp"
],
"command": "npx",
"env": {
"AIRTHINGS_CLIENT_ID": "[AIRTHINGS_CLIENT_ID]",
"AIRTHINGS_CLIENT_SECRET": "[AIRTHINGS_CLIENT_SECRET]"
}
}
}
}
服务介绍
Airthings Consumer MCP 服务器
用于 Airthings 空气质量监测设备的模型上下文协议(MCP)服务器。
Claude 桌面应用
json
{
"mcpServers": {
"airthings": {
"command": "npx",
"args": ["-y", "airthings-consumer-mcp"],
"env": {
"AIRTHINGS_CLIENT_ID": "[AIRTHINGS_CLIENT_ID]",
"AIRTHINGS_CLIENT_SECRET": "[AIRTHINGS_CLIENT_SECRET]"
}
}
}
}
示例交互
