MCP Servers / search / Freesound MCP Server

Freesound MCP Server

JSON →
stdionone5search

Search and discover audio content from Freesound.org for video editing and content creation.

Install
How to run this server
[ { "cmd": "npx @modelcontextprotocol/inspector", "imports": [] } ]
server path: freesound-mcp-server
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envFREESOUND_API_KEY
envYOUR_FREESOUND_API_KEY
Resources
Freesound MCP Server — MCP Server · libregistry