Skip to main content
Glama

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

local-only server

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

Beatport 開発者 API へのアクセスを提供し、Claude が Beatport の電子音楽カタログの音楽データとやり取りできるようにするモデル コンテキスト プロトコル (MCP) サーバー。

  1. 設定

    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
    • 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
    • A
      security
      F
      license
      A
      quality
      A Model Context Provider (MCP) server that exposes your automated API tools to MCP-compatible clients like Claude Desktop, allowing you to interact with APIs using natural language.
      Last updated -
      3

    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