MCP Server
Active
MIT
io.github.davidmosiah/wellness-air MCP Server
io.github.davidmosiah/wellness-air
What is the io.github.davidmosiah/wellness-air MCP server?
Local-first air-quality MCP for AI agents — AirGradient, AirThings, PurpleAir, IQAir, Awair.
How to install io.github.davidmosiah/wellness-air
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"wellness-air": {
"command": "npx",
"args": [
"-y",
"wellness-air"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"wellness-air": {
"command": "npx",
"args": [
"-y",
"wellness-air"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"wellness-air": {
"command": "npx",
"args": [
"-y",
"wellness-air"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"wellness-air": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wellness-air"
]
}
}
}Claude Code
claude mcp add wellness-air -- npx -y wellness-airRelated MCP servers
Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents
18
View repository →TypeScript
MIT
Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals.
7
View repository →TypeScript
MIT
Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.
5
View repository →TypeScript
MIT
Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.
4
View repository →TypeScript
MIT
Unofficial Google Ads MCP for campaigns, keywords, budgets, and gated mutations.
4
View repository →TypeScript
MIT
Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.
3
View repository →TypeScript
MIT