- Beatport MCP Server
Beatport MCP Server
MCP Server that connects an LLM to the Beatport API
Content
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-server
Authentication
⚠️ 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 instructions
- Set the token:
export BEATPORT_ACCESS_TOKEN="your_token_here"
beatport-mcp-server
Option 2: Username/Password (Won't work currently)
export BEATPORT_USERNAME="your@email.com"
export BEATPORT_PASSWORD="yourpassword"
beatport-mcp-server
Option 3: Contact Beatport
Email engineering@beatport.com to request OAuth2 credentials for "Beatport MCP Server"
HTTP Transport
beatport-mcp-server --transport http --port 3000
Configuration 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-130
Authentication 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 start
License
MIT License - see LICENSE file for details.
Contributing
Issues and pull requests welcome! This project builds on the @ivotoby/openapi-mcp-server package.
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Amap Maps高德地图官方 MCP Server
ChatWiseThe second fastest AI chatbot™
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
CursorThe AI Code Editor
Playwright McpPlaywright MCP server
WindsurfThe new purpose-built IDE to harness magic
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
DeepChatYour AI Partner on Desktop
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Serper MCP ServerA Serper MCP Server
Tavily Mcp
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.