MCP Server
Active
MIT
MCP server for RescueTime productivity data MCP Server
io.github.adelaidasofia/rescuetime-mcp
What is the MCP server for RescueTime productivity data MCP server?
MCP server for RescueTime productivity data
How to install MCP server for RescueTime productivity data
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
RESCUETIME_API_KEYrequiredsecretFrom rescuetime.com → Account → API
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"rescuetime-mcp": {
"command": "https://github.com/adelaidasofia/rescuetime-mcp/releases/download/v0.1.0/rescuetime-mcp.mcpb",
"args": [],
"env": {
"RESCUETIME_API_KEY": "<YOUR_RESCUETIME_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"rescuetime-mcp": {
"command": "https://github.com/adelaidasofia/rescuetime-mcp/releases/download/v0.1.0/rescuetime-mcp.mcpb",
"args": [],
"env": {
"RESCUETIME_API_KEY": "<YOUR_RESCUETIME_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"rescuetime-mcp": {
"command": "https://github.com/adelaidasofia/rescuetime-mcp/releases/download/v0.1.0/rescuetime-mcp.mcpb",
"args": [],
"env": {
"RESCUETIME_API_KEY": "<YOUR_RESCUETIME_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"rescuetime-mcp": {
"type": "stdio",
"command": "https://github.com/adelaidasofia/rescuetime-mcp/releases/download/v0.1.0/rescuetime-mcp.mcpb",
"args": [],
"env": {
"RESCUETIME_API_KEY": "<YOUR_RESCUETIME_API_KEY>"
}
}
}
}Claude Code
claude mcp add rescuetime-mcp --env RESCUETIME_API_KEY=<YOUR_RESCUETIME_API_KEY> -- https://github.com/adelaidasofia/rescuetime-mcp/releases/download/v0.1.0/rescuetime-mcp.mcpbRelated MCP servers
FastMCP server for Apollo.io — 22 tools: sequences, campaign health, mailbox warmup, enrichment,…
2
View repository →Python
MIT
FastMCP server for surgical queries against a vault knowledge graph (NetworkX node-link JSON).…
2
View repository →Python
MIT
Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token-efficient, macOS…
1
View repository →Python
MIT
macOS-only MCP server that exposes iMessage chat.db to Claude and exports per-chat history to an…
1
View repository →Python
MIT
Multi-workspace Slack MCP server with draft+confirm safety, vault auto-export, and triple-mode…
1
View repository →Python
MIT
FastMCP server for Substack — publish Notes and posts, pull analytics, manage drafts, pluggable…
1
View repository →Python
MIT