{"library":"rewind-mcp-server","title":"rewind-mcp-server","description":"MCP server (v0.9.0) that exposes personal data from Last.fm, Strava, Plex, Letterboxd, Discogs, Trakt, Instapaper, and calendar/Gmail through a unified Model Context Protocol interface. Allows AI assistants (Claude, ChatGPT, Gemini) to query listening stats, running activities, watched media, vinyl collection, reading highlights, and event attendance via tools and prompts. Ships TypeScript types, requires Node ≥18, and is actively maintained with frequent releases (weekly bugfixes/features). Key differentiator: aggregates multiple third-party APIs into a single MCP endpoint with semantic search, cross-domain queries, and inline interactive grids on supported MCP clients.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install rewind-mcp-server"],"cli":{"name":"rewind-mcp-server","version":null}},"imports":["Use via npx: npx -y rewind-mcp-server","{\n  \"mcpServers\": {\n    \"rewind\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"rewind-mcp-server\"],\n      \"env\": {\n        \"REWIND_API_KEY\": \"rw_live_your_key_here\"\n      }\n    }\n  }\n}","TypeScript types are shipped with the package for tool argument shapes"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// 1. Install or use via npx:\n// npx -y rewind-mcp-server\n\n// 2. Configure MCP client (e.g., Claude Desktop):\n{\n  \"mcpServers\": {\n    \"rewind\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"rewind-mcp-server\"],\n      \"env\": {\n        \"REWIND_API_KEY\": \"rw_live_your_key_here\"\n      }\n    }\n  }\n}\n\n// 3. Example tool call (Claude will automatically use):\n//   \"What was my top album last month?\"\n//   Invokes: get_top_albums(period: '1month', limit: 1)\n\n// 4. For mobile/web clients, use remote URL:\n//   URL: https://mcp.rewind.rest/mcp\n//   Authorization: Bearer rw_live_your_key_here","lang":"json","description":"Setup MCP client configuration for rewind-mcp-server, requiring REWIND_API_KEY environment variable.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}