xeve-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@xeve-mcp-serverHow much did I code today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
xeve-mcp-server
MCP server for xeve — query your personal analytics from any AI assistant (Claude Desktop, Claude Code, etc.)
Ask questions like:
"How much did I code today?"
"What's my productivity trend this week?"
"What music was I listening to yesterday?"
"Does my sleep correlate with coding output?"
Setup
1. Get your access token
Go to xeve.io/dashboard/settings → API Access and copy your access token.
2. Configure Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"xeve": {
"command": "npx",
"args": ["-y", "xeve-mcp-server"],
"env": {
"XEVE_ACCESS_TOKEN": "your-access-token-here"
}
}
}
}3. Configure Claude Code
claude mcp add xeve -e XEVE_ACCESS_TOKEN=your-access-token-here -- npx -y xeve-mcp-serverTools
Tool | Description |
| Screen time, productive time, distracted time, top categories |
| Which apps you used and for how long |
| Coding time by project and language |
| Steps, energy, sleep, heart rate from HealthKit |
| Spotify listening history, top artists, recent tracks |
| Commits, PRs, reviews, lines changed, active repos |
| Statistical correlation between any two metrics |
| Day-by-day breakdown of all metrics |
| Most recent app sessions with window titles |
All tools accept optional from and to parameters (YYYY-MM-DD) to filter by date range. Defaults to today.
Examples
"How productive was I this week?"
→ Calls get_productivity_summary with this week's date range
"What projects did I code on yesterday?"
→ Calls get_coding_summary with yesterday's date
"Does sleep affect my coding output?"
→ Calls get_correlations with metric_a: "sleep_ms", metric_b: "coding_ms"
"Show me my daily trend for March"
→ Calls get_daily_trend with from: "2026-03-01", to: "2026-03-31"
Available correlation metrics
total_tracked_ms, productive_ms, distracted_ms, communication_ms, app_switches, coding_ms, listening_ms, tracks_played, recovery_score, strain, hrv, sleep_ms, step_count, active_energy_kcal, commits, prs_opened, prs_merged, avg_heart_rate
Development
git clone https://github.com/xeveio/xeve-mcp-server.git
cd xeve-mcp-server
npm install
npm run build
XEVE_ACCESS_TOKEN=your-token node dist/index.jsLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xeveio/xeve-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server