Skip to main content
Glama
larsenweigle

Beatport MCP Server

by larsenweigle

ビートポート-MCP

Beatport Developer 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

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

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