MCP Server
Active
MIT
io.github.davidmosiah/wellness-nourish MCP Server
io.github.davidmosiah/wellness-nourish
What is the io.github.davidmosiah/wellness-nourish MCP server?
Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals.
How to install io.github.davidmosiah/wellness-nourish
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-nourish": {
"command": "npx",
"args": [
"-y",
"wellness-nourish"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"wellness-nourish": {
"command": "npx",
"args": [
"-y",
"wellness-nourish"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"wellness-nourish": {
"command": "npx",
"args": [
"-y",
"wellness-nourish"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"wellness-nourish": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wellness-nourish"
]
}
}
}Claude Code
claude mcp add wellness-nourish -- npx -y wellness-nourishRelated MCP servers
Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents
18
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 Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.
3
View repository →TypeScript
MIT
Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.
3
View repository →TypeScript
MIT