MusicPlayerMcp is a local Model Context Protocol (MCP) server that enables AI assistants to play music on a user's computer using natural language commands.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"musicplayermcp": {
"command": "npx",
"args": [
"-y",
"IseduardoRezende/MusicPlayerMcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add musicplayermcp npx -y IseduardoRezende/MusicPlayerMcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"musicplayermcp": {
"command": "npx",
"args": [
"-y",
"IseduardoRezende/MusicPlayerMcp"
]
}
}
}
📋 Copy