Vaultbeat MCP Server
Rank #15,941io.github.Fino-wind/vaultbeat-apple-health
Your AI agent reads your Apple Health data: sleep, HRV, cycle, workouts. Decrypted on your machine
Vaultbeat MCP Server is a Model Context Protocol (MCP) server published by Fino-wind. It ranks #15,941 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Vaultbeat MCP Server is listed on Official MCP, with 6 tracked versions. It was first listed on Aug 16, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 99,519 of 115,460 servers on MCP Toplist.
Use Vaultbeat MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vaultbeat-apple-health -- uvx vaultbeat-apple-health[mcp_servers.vaultbeat-apple-health]
command = "uvx"
args = ["vaultbeat-apple-health"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"vaultbeat-apple-health": {
"command": "uvx",
"args": [
"vaultbeat-apple-health"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"vaultbeat-apple-health": {
"command": "uvx",
"args": [
"vaultbeat-apple-health"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"vaultbeat-apple-health": {
"type": "stdio",
"command": "uvx",
"args": [
"vaultbeat-apple-health"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"vaultbeat-apple-health": {
"command": "uvx",
"args": [
"vaultbeat-apple-health"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"vaultbeat-apple-health": {
"command": "uvx",
"args": [
"vaultbeat-apple-health"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Fino-wind%2Fvaultbeat-apple-health)<a href="https://mcptoplist.com/server/io.github.Fino-wind%2Fvaultbeat-apple-health"><img src="https://mcptoplist.com/badge/io.github.Fino-wind%2Fvaultbeat-apple-health.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Fino-wind
Available versions (6)
| Version | Published |
|---|---|
| 0.6.2 | Aug 31, 2026 |
| 0.6.1 | Aug 27, 2026 |
| 0.5.3 | Aug 27, 2026 |
| 0.5.2 | Aug 26, 2026 |
| 0.5.1 | Aug 21, 2026 |
| 0.4.6 | Aug 18, 2026 |
Frequently asked questions
- Who maintains Vaultbeat MCP Server?
- Vaultbeat MCP Server is maintained by Fino-wind, which publishes 4 MCP servers (16 total versions) tracked on MCP Toplist.
- Is Vaultbeat MCP Server listed on the Official MCP Registry?
- Yes — Vaultbeat MCP Server is listed on the Official MCP Registry.
- How many versions does Vaultbeat MCP Server have?
- MCP Toplist tracks 6 versions of Vaultbeat MCP Server, most recently published on Aug 31, 2026.
- Where can I find the source code for Vaultbeat MCP Server?
- The source code for Vaultbeat MCP Server is hosted at github.com/Fino-wind/vaultbeat-mcp.