# Suno MCP

## Instructions

1. **Set the API Token:**
   - Edit the `suno.py` file to set the API token.

2. **Run the Server:**
   - Execute the server using the command:
     ```bash
     uv run suno.py
     ```

3. **Download and Configure Claude:**
   - Download the Claude desktop app and log in.
   - Update your local Claude configuration. For Mac users, the configuration file is located at:
     ```
     ~/Library/Application Support/Claude/claude_desktop_config.json
     ```

4. **Add the Following to the Configuration:**
   ```json
   "suno": {
       "command": "uv",
       "args": [
           "--directory",
           "{your_codebase_path}",
           "run",
           "suno.py"
       ]
   }
   ```