SkillAgentSearch skills...

vytalLink

VytalLink is a digital health platform connecting personal health data—including Apple Health, Google Fit, and wearables—with AI assistants like ChatGPT and Claude. Includes a Flutter app, Node.js MCP server, and Firebase landing page. Focused on privacy and user control.

Install / Use

claude mcp add xmartlabs -- npx -y github:xmartlabs/vytalLink

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

72/100

Category

Security

Supported Platforms

Claude Code
Claude Desktop

Our assessment of vytalLink

vytalLink scores 72/100 on our quality scale, 120th of 182 Security skills we index.

Its MCP Server is 2.9 KB long, well organised into 9 sections with 1 code example: a solid amount of guidance for an agent.

It has 10 GitHub stars, so there is little community track record yet; judge it on its content.

Substance
26/30
Structure
17/20
Description
15/15
Adoption
4/20
Freshness
11/15

Maintenance, license and trust

  • The repository was last updated about 5 months ago. That is recent enough to be usable, but agent tooling moves fast, so check the instructions against your agent's current version.
  • Our last check on 2026-09-14 found the source still online.
  • It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 95/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

vytalLink compared with similar skills

All 4 of these similar skills score higher than vytalLink; compare them before choosing.

SkillScoreStarsUpdatedFormat
vytalLink (this skill)by xmartlabs72105mo agoMCP Server
Agent-Reachby Panniantong10085.2k9d agoCLAUDE.md
headroomby headroomlabs-ai10073.7ktodayCLAUDE.md
rufloby ruvnet10073.2ktodayCLAUDE.md
CowAgentby zhayujie10047.1ktodayCLAUDE.md

Frequently asked questions

How do I install vytalLink?
Run claude mcp add xmartlabs -- npx -y github:xmartlabs/vytalLink. The install tabs above show the steps for each supported agent.
Which AI agents does vytalLink work with?
It is written for Claude Code and Claude Desktop, as a MCP Server file. Other agents that read the same format can often use it too.
Is vytalLink safe to use?
It is MIT-licensed and scores 95/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is vytalLink still maintained?
The repository was last updated about 5 months ago. That is recent enough to be usable, but agent tooling moves fast, so check the instructions against your agent's current version.

VytalLink Monorepo

VytalLink brings your personal health metrics to life by collecting Apple HealthKit or Google Health Connect data and exposing it through an MCP-compatible interface, so any AI assistant can query it securely from your own device. Learn more at vytallink.xmartlabs.com.

We initially launched this repository as a Flutter mobile application that bundled its own MCP server; the full story is captured in our blog post “Building Health Apps with MCP + LLMs.” To make the experience more accessible and less dependent on technical setup, we shifted toward a GPT integration backed by a cloud-hosted MCP server, keeping this app as the bridge between the two worlds. If you want to explore the original local MCP server version, you can still find it at github.com/xmartlabs/vytalLink/tree/1.0.0.

This monorepo hosts every piece of the product experience:

  • mobile/ — Flutter application that runs on device and exposes the embedded MCP server.
  • landing/ — Static marketing site deployed to Firebase Hosting.
  • mcp-server/ — Standalone MCP server (Node.js) intended to run outside the mobile app.
  • examples/ — TypeScript and Python agent examples that consume the MCP server.
  • docs/ — Shared documentation (coding standards, contribution guides, etc.).

Each folder contains its own README with the detailed setup. This document only summarizes the repository layout.

Global prerequisites

  • Flutter + FVM (see .fvmrc).
  • Node.js with your preferred package manager (npm, pnpm) for the web/Node portions.
  • Python 3.11+ if you plan to run the Python agent example.
  • Firebase CLI if you plan to deploy the landing or use hosting commands.

Examples quick start

# Helpers for both examples
(cd examples && ./scripts/repo.sh help)

# TypeScript example
cd examples/athletic-analyst-ts && npm run agent -- --mode readiness

# Python example
cd examples/athletic-analyst-py && python -m src.main --mode readiness

Documentation

Building an integration? Start with llms.txt — an AI-friendly overview of the product, API reference, and integration gotchas.

Contributing

  1. Create a descriptive branch.
  2. Run the checks for every package/app you touched.
  3. Open a pull request referencing the relevant issues or tickets.

License

MIT License. See individual project READMEs for any additional notes.

Made with ❤️ by Xmartlabs.

Related Skills

View on GitHub
GitHub Stars10
CategorySecurity
Updated5mo ago
Forks2

Languages

Dart

Trust signals

95/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

2 info