Beatport MCP Server
@ivo-toby
About Beatport MCP Server
MCP Server that connects an LLM to the Beatport API
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"beatport-mcp-server": {
"command": "node",
"args": [
"get-token.js",
"#",
"Shows",
"detailed",
"instructions"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Beatport MCP Server?
An MCP server that provides programmatic access to the Beatport API for music discovery and data retrieval. It enables AI assistants and other MCP clients to search tracks, artists, labels, releases, charts, and playlists using a Beatport account.
How to use Beatport MCP Server?
Install the package globally via npm (npm install -g @ivotoby/beatport-mcp-server), then authenticate using a bearer token (recommended) or username/password. Run beatport-mcp-server with optional flags for transport type, port, and tool selection. The server automatically generates MCP tools from Beatport API endpoints.
Key features of Beatport MCP Server
- Simple OAuth2 authentication via token or credentials
- Full Beatport API: tracks, artists, labels, releases, charts
- Supports both stdio and HTTP transports
- Automatic token management and refresh
- Filtering by genre, BPM, key, release date, and pagination
- Built on the official Beatport OpenAPI specification
Use cases of Beatport MCP Server
- Search for tech house tracks released in 2024
- Find all releases on a specific label like Drumcode
- Get detailed artist information (e.g., Charlotte de Witte)
- List top 10 tracks in a genre chart (e.g., Techno)
- Discover tracks with a specific BPM range (e.g., 120–130)
FAQ from Beatport MCP Server
How do I obtain an access token?
Run node get-token.js for detailed instructions, or email [email protected] to request OAuth2 credentials specifically for "Beatport MCP Server".
Can I use username/password authentication?
Option 2 (username/password) is available but currently does not work; the recommended method is to use a manual bearer token.
What transport types are supported?
The server supports stdio (default) and HTTP transports. Use --transport http to enable HTTP mode with configurable port, host, and path.
How can I filter tracks by BPM?
Use the catalog tracks search tool; the server supports filtering by BPM, key, release date, genre, label, and artist with pagination support.
Is this server production-ready?
No, the README explicitly notes that this is still a work in progress.
More Other MCP servers
ICSS
chokcoco不止于 CSS
Servers
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments