Self-hosted MCP server for your Google Health data — heart, sleep, nutrition & workouts, readable by any AI client. Because Google's AI is too costly.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"openvitals": {
"command": "npx",
"args": [
"-y",
"saiteja007-mv/openvitals"
]
}
}
}
Run in terminal:
claude mcp add openvitals npx -y saiteja007-mv/openvitals
Add to .cursor/mcp.json:
{
"mcpServers": {
"openvitals": {
"command": "npx",
"args": [
"-y",
"saiteja007-mv/openvitals"
]
}
}
}