mcpbeat Sign in

Tidal MCP Server

local only

Tidal MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 7 Aug 2026.

MCP server for TIDAL - search tracks, manage playlists, and get personalized recommendations

Installs / week
not published
6
Stars
1 open issues
7 Aug 2026
Last commit
from GitHub
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command mcp_server/utils.py:70
    flask_process = subprocess.Popen([

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Tidal MCP

same job, measured the same way
Algolia Search
by mcparmory

Search multiple indices, index data, and get personalized recommendations

293 installs/wk local only
PopUp Organizer
by usepopup

Read-only MCP server for PopUp — search vendors, manage events, and track applications.

32 installs/wk local only
Spotify
by markswendsen-code

MCP server for Spotify - let AI agents control playback, search music, and manage playlists

30 installs/wk local only
AniList MCP Server
by grinv

MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management.

116 installs/wk local only
RU Books MCP
by books-service

MCP server for Russian books search, details, and recommendation candidates.

8 tools answering
Most Recommended Books
by mostrecommendedbooks

Read-only MCP server for verified book recommendations and reading lists.

6 tools answering
Semantic Scholar MCP Server
by smaniches

MCP server for the Semantic Scholar API: search 200M+ papers, citations, authors, recommendations.

1 042 installs/wk local only
Target
by markswendsen-code

MCP server for Target - search products, manage cart, track orders

31 installs/wk local only

Tidal MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Tidal MCP?
Tidal MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Tidal MCP open source?
Yes — it is published under the MIT licence, written in Python, 6 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.