beatport-mcp-server
Provides access to the Beatport API for music discovery and data retrieval, including searching and listing tracks, artists, labels, releases, charts, and playlists, with filtering by genre, BPM, key, and more.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@beatport-mcp-serverSearch for tech house tracks released in 2024"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Beatport MCP Server
Please note; this is still a work in progress!!
An MCP (Model Context Protocol) server that provides access to the Beatport API for music discovery and data retrieval.
Features
Easy Authentication: Simple username/password authentication
Full Beatport API: Access to tracks, artists, labels, releases, charts, and more
Flexible Transport: Supports both stdio and HTTP transports
Built on OpenAPI: Leverages the official Beatport OpenAPI specification
Installation
npm install -g @ivotoby/beatport-mcp-serverAuthentication
⚠️ Important: Beatport's API requires OAuth2 credentials that aren't publicly available. You have three options:
Option 1: Manual Token (Recommended)
Get your token:
node get-token.js # Shows detailed instructionsSet the token:
export BEATPORT_ACCESS_TOKEN="your_token_here"
beatport-mcp-serverOption 2: Username/Password (Won't work currently)
export BEATPORT_USERNAME="your@email.com"
export BEATPORT_PASSWORD="yourpassword"
beatport-mcp-serverOption 3: Contact Beatport
Email engineering@beatport.com to request OAuth2 credentials for "Beatport MCP Server"
HTTP Transport
beatport-mcp-server --transport http --port 3000Configuration Options
--username, -u: Beatport username/email (orBEATPORT_USERNAME)--password, -p: Beatport password (orBEATPORT_PASSWORD)--transport, -t: Transport type:stdio(default) orhttp--accessToken, -a: Bearer token (orBEATPORT_ACCESS_TOKEN)--refreshToken, -r: Refresh token (orBEATPORT_REFRESH_TOKEN)--port: HTTP port (default: 3000, for HTTP transport)--host: HTTP host (default: 127.0.0.1, for HTTP transport)--path: HTTP endpoint path (default: /mcp, for HTTP transport)--name, -n: Server name (default: beatport-mcp-server)--version, -v: Server version (default: 1.0.0)--tools: Tools mode:all(default) ordynamic--tool: Import only specified tool IDs or names--tag: Import only tools with specified OpenAPI tags--resource: Import only tools under specified resource path prefixes--operation: Import only tools for specified HTTP methods--disable-abbreviation: Disable tool name optimization
Available Tools
The server automatically generates MCP tools from the Beatport API endpoints:
Catalog
catalog-artists-list: Search and list artistscatalog-artists-retrieve: Get artist detailscatalog-tracks-list: Search and list trackscatalog-releases-list: Search and list releasescatalog-labels-list: Search and list labelscatalog-genres-list: List music genres
Charts & Playlists
catalog-charts-list: Browse chartscatalog-playlists-list: Browse playlists
Search & Discovery
Filter by genre, label, artist, BPM, key, release date
Pagination support
Detailed metadata for tracks and releases
Example Usage in Claude
Once connected to Claude Desktop, you can use commands like:
Search for tech house tracks released in 2024
Find all releases on Drumcode label
Get details for artist "Charlotte de Witte"
List top 10 tracks in the Techno chart
Find tracks with BPM between 120-130Authentication Notes
Uses Beatport's OAuth2 Resource Owner Password Credentials flow
Requires a valid Beatport account
Tokens are automatically managed and refreshed
No need to handle Beatport client credentials (handled internally)
Development
git clone https://github.com/ivo-toby/beatport-mcp-server
cd beatport-mcp-server
npm install
npm run build
npm run startLicense
MIT License - see LICENSE file for details.
Contributing
Issues and pull requests welcome! This project builds on the @ivotoby/openapi-mcp-server package.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ivo-toby/beatport-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server