SearchLy API v1 Claude Desktop Config
Add the SearchLy API v1 MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"asuarez-dev-searchly": {
"command": "npx",
"args": [
"-y",
"@mcp/asuarez-dev-searchly"
],
"env": {
"SEARCHLY_API_V1_API_KEY": "your_searchly_api_v1_api_key"
}
}
}
}Environment Variables
SEARCHLY_API_V1_API_KEYReplace your_searchly_api_v1_api_key with your actual searchly api v1 api key
Endpoints
POST
/similarity/by_contentAPI endpoint to search similarity using content
GET
/similarity/by_songAPI endpoint to search similarity using a song identifier
GET
/song/searchAPI endpoint to search songs from the database given a query