music-mcp-server

music-mcp-server

A music MCP server that enables searching and playing songs with controls like play, pause, stop, and resume.

Category
Visit Server

README

music MCP server

这是一个播放歌曲的mcp服务

工具列表

  • query_music - 搜索相关歌曲.
  • play_music - 播放歌曲
  • play_by_index - 播放搜索到的第几首歌曲
  • stop_music - 停止播放歌曲
  • pause_music - 暂停播放歌曲
  • unpause_music - 恢复播放歌曲

安装

使用uv

使用 uv 时无需进行特定安装。我们将使用 uvx 直接运行 music-mcp-server

下载源码

git clone https://github.com/JXiuFen/music-mcp-server.git

配置

Claude.app配置

在您的 Claude 设置中添加:

<details> <summary>使用 uvx</summary>

{
  "mcpServers": {
    "music-mcp-server": {
      "command": "uvx",
      "args": ["music-mcp-server"]
    }
  }
}

</details>

<details> <summary>使用 pip</summary>

{
  "mcpServers": {
    "music-mcp-server": {
      "command": "python",
      "args": ["music-mcp-server"]
    }
  }
}

</details>

VSCode配置

如需快速安装,请使用下面的其中一个一键安装按钮。...

Install with UV in VS Code Install with UV in VS Code Insiders

对于手动安装,请在 VS Code 中的“用户设置(JSON)”文件中添加以下 JSON 块。您可以通过按下 Ctrl + Shift + P 并输入“偏好设置:打开用户设置(JSON)”来完成此操作。

您也可以选择将其添加到工作区中名为 .vscode/mcp.json 的文件中。这样您就可以与他人共享这些配置了。

请注意,使用 mcp.json 文件时需要设置 mcp 键。

<details> <summary>使用 uvx</summary>

{
  "mcp": {
    "servers": {
      "time": {
        "command": "uvx",
        "args": ["music-mcp-server"]
      }
    }
  }
}

</details>

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured