MCP server for plyr.fm
Project description
plyrfm-mcp
MCP server for plyr.fm - expose your music library to LLM clients.
install
pip install plyrfm-mcp
# or
uv add plyrfm-mcp
usage with claude code
claude mcp add-json plyr-fm '{"type": "http", "url": "https://plyrfm.fastmcp.app/mcp", "headers": {"x-plyr-token": "YOUR_TOKEN"}}'
or run locally:
export PLYR_TOKEN="your_token"
plyrfm-mcp
tools
list_tracks- list public tracks (supports_filterfor jmespath filtering)get_track- get a single track by IDmy_tracks- list your tracks (supports_filter)delete_track- delete a trackwhoami- get current user info
filtering
tools that return lists support a _filter parameter for jmespath expressions:
# select specific fields
list_tracks(_filter="[*].{id: id, title: title}")
# filter by condition
list_tracks(_filter="[?play_count > `50`]")
# extract values
list_tracks(_filter="[*].title")
auth
get a developer token at plyr.fm/portal -> "developer tokens"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
plyrfm_mcp-0.0.1a10.tar.gz
(5.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file plyrfm_mcp-0.0.1a10.tar.gz.
File metadata
- Download URL: plyrfm_mcp-0.0.1a10.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.14 {"installer":{"name":"uv","version":"0.9.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c899e99a10099f50e26e5b2b47e38a58ef2f2bef52b0f669361212693abec59e
|
|
| MD5 |
285f9987e746eae861f6f901c4fba3ad
|
|
| BLAKE2b-256 |
d60ea22e78ed612098ebaab700ddd6328f45859d5823d5c19870ee73ae674ae6
|
File details
Details for the file plyrfm_mcp-0.0.1a10-py3-none-any.whl.
File metadata
- Download URL: plyrfm_mcp-0.0.1a10-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.14 {"installer":{"name":"uv","version":"0.9.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bd24b9b860c8d44512aeff7b6a26d6b0e4ea2bd5a6c992117a211a5a42ab0d7
|
|
| MD5 |
f1f7f5cf3dbd506dfb77b2597fa9ea1b
|
|
| BLAKE2b-256 |
3a14d92f05830a83ab6d5602b6b322cd3be845f6854cf6b67bd4af3feda705da
|