Freesound MCP Server
JSON →Search and discover audio content from Freesound.org for video editing and content creation.
Install
npx @modelcontextprotocol/inspector Tools · 13
- search_sounds Search for sounds on Freesound by query text, with optional filters for duration, tags, and more.
- get_sound Retrieve detailed information about a specific sound by its ID.
- get_sound_analysis Get analysis data for a sound, including audio features like tempo, key, and loudness.
- download_sound Download a sound file from Freesound by its ID.
- get_user Get information about a Freesound user by username.
- get_user_sounds List sounds uploaded by a specific user.
- get_user_packs List packs created by a specific user.
- get_pack Get details about a sound pack by its ID.
- get_pack_sounds List all sounds in a specific pack.
- get_similar_sounds Find sounds similar to a given sound by its ID.
- get_recommended_sounds Get recommended sounds based on a sound's ID.
- get_geotagged_sounds Search for sounds with geolocation data within a bounding box.
- get_analysis_annotations Retrieve available analysis annotation labels for sounds.
Environment variables
FREESOUND_API_KEYYOUR_FREESOUND_API_KEY
Links
★ 5 GitHub stars