Skip to main content
Glama
larsenweigle

Beatport MCP Server

by larsenweigle

beatport-mcp

MCP for the Beatport Developer API. This is currently a WIP. Updates will be posted daily.

Set Up

Step 1: Obtaining Your Access Token

To obtain an access token, you can follow the steps outlined here.

Step 2: Clone this Repository

Clone this repository to your local machine

Step 3: Start up the Beatport MCP server

You will need to do a couple things for this step.

First, locate the claude_desktop_config.json on your local machine. For Mac this can be found at ~/Library/Application\ Support/Claude/claude_desktop_config.json. For Windows, you can find it at %APPDATA%/Claude/claude_desktop_config.json.

Next, update the config JSON file to contain the following:

"beatport": { "command": "uv", "args": [ "--directory", "/path/to/beatport_mcp", "run", "beatport-mcp" ], "env": { "CLIENT_ID"=YOUR_CLIENT_ID, "ACCESS_TOKEN"=YOUR_ACCESS_TOKEN, "REFRESH_TOKEN"=YOUR_REFRESH_TOKEN } }
-
security - not tested
F
license - not found
-
quality - not tested

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/larsenweigle/beatport-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server