Skip to content
MCP-Bridge
Databases

SearchLy API v1 Claude Desktop Config

Add the SearchLy API v1 MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace your_searchly_api_v1_api_key with your actual searchly api v1 api key

Endpoints

POST/similarity/by_content

API endpoint to search similarity using content

GET/similarity/by_song

API endpoint to search similarity using a song identifier

GET/song/search

API endpoint to search songs from the database given a query