loading…
Search for a command to run...
loading…
Provides Claude access to RescueTime productivity data, enabling users to query daily summaries, top activities, category breakdowns, and productivity trends th
Provides Claude access to RescueTime productivity data, enabling users to query daily summaries, top activities, category breakdowns, and productivity trends through natural language.
A lightweight MCP server that gives Claude access to your RescueTime productivity data. Built with FastMCP.
| Tool | Description |
|---|---|
get_daily_summary |
Productivity pulse, hours logged, productive vs. distracting time breakdown |
get_top_activities |
Top apps/websites ranked by time spent |
get_categories |
Time breakdown by category (Development, Communication, Social, etc.) |
get_productivity_trend |
Productivity pulse trend over the past N days |
All tools accept a day parameter: "today", "yesterday", or "YYYY-MM-DD".
Open Claude Code, paste:
/plugin marketplace add adelaidasofia/rescuetime-mcp
/plugin install rescuetime-mcp@rescuetime-mcp
Then get a RescueTime API key at rescuetime.com/anapi/manage and set RESCUETIME_API_KEY in your environment.
Go to rescuetime.com/anapi/manage and create or copy an API key.
pipx install fastmcp
Or with uv:
uv tool install fastmcp
claude mcp add rescuetime \
-e RESCUETIME_API_KEY=your_api_key_here \
-- fastmcp run /path/to/server.py
Or add manually to your .mcp.json:
{
"mcpServers": {
"rescuetime": {
"command": "fastmcp",
"args": ["run", "/path/to/server.py"],
"env": {
"RESCUETIME_API_KEY": "your_api_key_here"
}
}
}
}
The RescueTime tools should appear in your session.
Once connected, you can ask Claude things like:
The server calls the RescueTime Analytic Data API using your API key and returns structured productivity data that Claude can reason about. No data is stored or sent anywhere except back to your Claude session.
Same author, same architecture pattern (FastMCP, draft+confirm on writes where applicable, vault auto-export, MIT):
This plugin sends a single anonymous install signal to myceliumai.co the first time it loads in a Claude Code session on a given machine.
What is sent:
slack-mcp)0.1.0)What is NOT sent:
Why: Helps the maintainer know which plugins people actually install, so attention goes to the ones that get used.
Opt out: Set the environment variable MYCELIUM_NO_PING=1 before launching Claude Code. The hook will skip the network call entirely. Already-pinged installs leave a sentinel at ~/.mycelium/onboarded-<plugin> — delete it if you want to reset state.
MIT
Built by Mycelium AI. Full install or team version at diazroa.com.
Run in your terminal:
claude mcp add rescuetime-mcp-server -- npx CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Security
Low riskAutomated heuristic from public metadata — not a security guarantee.