Skip to main content
Glama

Beatport MCP Server

by larsenweigle

beatport-mcp

Beatport 开发者 API 的MCP 。目前仍在开发中。更新将每日发布。

设置

步骤 1:获取访问令牌

要获取访问令牌,您可以按照此处概述的步骤操作。

第 2 步:克隆此存储库

将此存储库克隆到本地机器

步骤 3:启动 Beatport MCP 服务器

您需要为此步骤做几件事。

首先,在本地计算机上找到claude_desktop_config.json文件。对于 Mac,该文件位于 ~/Library/Application\ Support/Claude/claude_desktop_config.json。对于 Windows,该文件位于 %APPDATA%/Claude/claude_desktop_config.json。

接下来,更新配置 JSON 文件以包含以下内容:

"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.

模型上下文协议 (MCP) 服务器提供对 Beatport 开发人员 API 的访问,允许 Claude 与 Beatport 电子音乐目录中的音乐数据进行交互。

  1. 设置

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.
      Last updated -
      3
      9
      36
      JavaScript
      Apache 2.0
    • A
      security
      F
      license
      A
      quality
      A Model Context Protocol (MCP) server that interacts with system APIs, allowing users to check connections, search employees, register breakfast, and update chemical information by shifts.
      Last updated -
      21
      37
      JavaScript
    • A
      security
      A
      license
      A
      quality
      Model Context Protocol (MCP) server that interacts with Shopify Dev. This protocol supports various tools to interact with different Shopify APIs.
      Last updated -
      4
      1,343
      355
      TypeScript
      ISC License
    • -
      security
      F
      license
      -
      quality
      A starter template for building Model Context Protocol (MCP) servers, enabling developers to create and add custom tools that can be integrated with Claude Desktop.
      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