Metadata-Version: 2.4
Name: spotify-analytics-mcp
Version: 0.1.1
Summary: MCP server and CLI installer for the Spotify AI Analytics project.
Project-URL: Homepage, https://github.com/wcnoname5/spotify-ai-analytics
Project-URL: Repository, https://github.com/wcnoname5/spotify-ai-analytics
Project-URL: Issues, https://github.com/wcnoname5/spotify-ai-analytics/issues
Author: WC Chang
License: MIT
License-File: LICENSE
Keywords: analytics,claude,cli,listening-history,mcp,spotify
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: fastmcp>=2.0
Requires-Dist: platformdirs>=4.0
Requires-Dist: rich>=13.7
Requires-Dist: spotify-analytics-core>=0.1.0
Requires-Dist: spotify-analytics-dataloader>=0.1.0
Requires-Dist: typer>=0.12
Description-Content-Type: text/markdown

# spotify-analytics-mcp

MCP server and `spotify-mcp` setup CLI for Spotify AI Analytics.

```
uvx --from spotify-analytics-mcp spotify-mcp  
```

```
uvx --from spotify-analytics-mcp spotify-mcp sync 
```

See help for all command details
```
uvx --from spotify-analytics-mcp spotify-mcp --help 
```
