spotify_mcp_server_claude
a custom mcp server built using mcp framework
Overview
spotify_mcp_server_claude is a custom MCP (Minecraft) server built using the MCP framework, designed to enhance the gaming experience by providing a tailored server environment.
To use this server, clone the repository from GitHub, set up the MCP framework, and configure the server settings according to your preferences.
- Customizable server settings for a unique gameplay experience - Built on the reliable MCP framework - Supports various Minecraft mods and plugins
- Hosting multiplayer Minecraft games with friends.
- Creating a unique gaming environment with custom mods.
- Experimenting with server configurations for optimal performance.
Add to your AI client
Use these steps to connect spotify_mcp_server_claude in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"spotify-mcp-server-claude-himanshuverma8": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-spotify-mcp-server-claude-himanshuverma8"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"spotify-mcp-server-claude-himanshuverma8": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-spotify-mcp-server-claude-himanshuverma8"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"spotify-mcp-server-claude-himanshuverma8": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-spotify-mcp-server-claude-himanshuverma8"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"spotify-mcp-server-claude-himanshuverma8": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-spotify-mcp-server-claude-himanshuverma8"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"spotify-mcp-server-claude-himanshuverma8": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-spotify-mcp-server-claude-himanshuverma8"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"spotify-mcp-server-claude-himanshuverma8": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-spotify-mcp-server-claude-himanshuverma8"
]
}
}
}FAQ
Is this server compatible with all Minecraft versions?
The server is designed to work with specific versions of Minecraft, so please check the documentation for compatibility.
Can I add my own mods to the server?
Yes! The server supports various mods, allowing for a customized gaming experience.
Where can I find support for issues?
You can find support and documentation in the GitHub repository.