Skip to main content
Glama

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

local-only server

The server can only run on the client's local machine because it depends on local resources.

A Model Context Protocol (MCP) server that provides access to the Beatport Developer API, allowing Claude to interact with music data from Beatport's electronic music catalog.

  1. Set Up

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol (MCP) server for web research. Bring real-time info into Claude and easily research any topic.
      Last updated -
      3
      914
      273
      JavaScript
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol (MCP) server that lets you seamlessly use OpenAI's models right from Claude.
      Last updated -
      1
      762
      55
      JavaScript
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol (MCP) server that enables Claude or other LLMs to fetch content from URLs, supporting HTML, JSON, text, and images with configurable request parameters.
      Last updated -
      3
      1
      Python
      MIT License
    • A
      security
      F
      license
      A
      quality
      A Model Context Protocol (MCP) server that allows Claude AI to interact with custom tools, enabling extension of Claude's capabilities through the MCP framework.
      Last updated -
      TypeScript
      • Apple

    View all related MCP servers

    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