FreesoundMCPServer

timjrobinson/FreesoundMCPServer
★ 2 stars JavaScript API Integration Updated 4mo ago
NodeJS MCP Server to access Freesound API
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "freesoundmcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "timjrobinson/FreesoundMCPServer"
      ]
    }
  }
}