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.
npm install rewind-mcp-serverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Setup MCP client configuration for rewind-mcp-server, requiring REWIND_API_KEY environment variable.
Set REWIND_API_KEY env variable to a valid Rewind API key as documented.
Pin to specific version (e.g., rew-mcp-server@0.9.0) in package.json or CI.
Use full path to installed binary or npx rewind-mcp-server@0.9.0.
Migrate to v0.9.0 and update any hardcoded tool names per changelog.
Test remote vs local behavior before relying on a specific feature.
Set REWIND_API_KEY=<your_key> before running npx.
Verify tool list via server capabilities or use npx -y rewind-mcp-server@0.9.0.
Ensure Rewind has access to your media sources in the Rewind dashboard.