MCP Catalogs
Home

mcp-claude-spotify vs fetch

Side-by-side comparison to help you pick between these two MCP servers.

mcp-claude-spotify
by imprvhub
fetch
by modelcontextprotocol
Stars★ 35★ 85,748
30d uses
Score4476
Official
Categories
MediaProductivityCommunication
Web ScrapingAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last commit1 mo agothis month

mcp-claude-spotify · Summary

MCP server for Spotify integration with Claude Desktop, providing music control and playlist management capabilities.

fetch · Summary

An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.

mcp-claude-spotify · Use cases

  • Controlling Spotify playback through Claude Desktop voice commands
  • Creating and managing playlists programmatically
  • Getting music recommendations and discovering new tracks

fetch · Use cases

  • LLMs reading news articles and blogs
  • Content analysis of web pages
  • Retrieving information from public websites
  • Chunked reading of large web documents

mcp-claude-spotify · Install

Installation via Smithery

npx -y @smithery/cli install @imprvhub/mcp-claude-spotify --client claude

Manual Installation

  1. Clone the repository:
git clone https://github.com/imprvhub/mcp-claude-spotify
cd mcp-claude-spotify
npm install
npm run build

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "spotify": {
      "command": "node",
      "args": ["ABSOLUTE_PATH_TO_DIRECTORY/mcp-claude-spotify/build/index.js"],
      "env": {
        "SPOTIFY_CLIENT_ID": "your_client_id_here",
        "SPOTIFY_CLIENT_SECRET": "your_client_secret_here"
      }
    }
  }
}

fetch · Install

Installation

**Using uv (recommended)** No specific installation needed. Use uvx to run the server directly:

uvx mcp-server-fetch

**Using PIP** Install via pip:

pip install mcp-server-fetch

Then run as:

python -m mcp_server_fetch

Claude Desktop Configuration

{
  "mcpServers": {
    "fetch": {
      "command": "uvx",
      "args": ["mcp-server-fetch"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.