Prerequisites
- A Trackyard account with an API key (get one here)
- An MCP-compatible AI agent (Claude Desktop, Cursor, or OpenClaw)
- Node.js v18+ (for some installations)
Installation
Option 1: NPX (Recommended)
No installation required — the MCP server runs on-demand:Option 2: Global Install
Install once, use everywhere:Configuration
Claude Desktop
Open Claude Desktop MCP settings
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Cursor
Verify Installation
Test that the MCP server is working: In Claude/Cursor: “Search Trackyard for upbeat electronic music” If the AI responds with search results, you’re all set!Troubleshooting
AI says 'Trackyard MCP server not found'
AI says 'Trackyard MCP server not found'
Cause: The MCP server isn’t configured correctly.Fix:
- Check that
claude_desktop_config.jsonis in the right location - Verify the JSON syntax is valid
- Restart Claude Desktop / Cursor
401 Unauthorized errors
401 Unauthorized errors
npx command not found
npx command not found
Cause: Node.js isn’t installed or not in PATH.Fix:
- Install Node.js from nodejs.org
- Verify with
node --versionandnpx --version