mcpbeat Sign in

MCP Bideetmusique MCP Server

local only

MCP Bideetmusique runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 21 Sep 2026.

Search the Bide & Musique collection of forgotten French songs. Records, lyrics, no API key.

Installs per day peak 129 · avg 4
a month agotoday
50
Installs / week
npm · mcp-bideetmusique
0
Stars
1 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Bideetmusique every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-bideetmusique -- npx -y mcp-bideetmusique
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-bideetmusique": {
      "args": [
        "-y",
        "mcp-bideetmusique"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-bideetmusique]
command = "npx"
args = ["-y", "mcp-bideetmusique"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-bideetmusique": {
      "args": [
        "-y",
        "mcp-bideetmusique"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-bideetmusique": {
      "args": [
        "-y",
        "mcp-bideetmusique"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BIDE_USER_AGENT (Your application's name. The project identity is appended to it.), BIDE_MIN_INTERVAL_MS (Minimum milliseconds between requests. Default 3000, floor 2000.), BIDE_TIMEOUT_MS (Per-request timeout in milliseconds. Default 20000.), BIDE_MAX_RETRIES (Retries on transient failures. Default 3.), BIDE_CACHE_TTL_MS (In-memory cache lifetime in milliseconds. Default 900000.), BIDE_CACHE_MAX_ENTRIES (Maximum entries kept in the in-memory cache. Default 200.), BIDE_LOG_LEVEL (silent, error, info or debug, on stderr. Default error.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Bideetmusique

same job, measured the same way
Loc MCP
by mrfentmen

Search the Library of Congress collections. No key required.

local only
MCP Lyricscom
by smeet666

Search song lyrics on lyrics.com by word or by title, and fetch full lyrics. No API key required.

57 installs/wk local only
Vam MCP
by mrfentmen

Victoria and Albert Museum collection search. No key required.

local only
Genius MCP
by mrfentmen

Search song lyrics and artists on Genius. No key required.

local only
Wellcome MCP
by mrfentmen

Wellcome Collection catalogue search. No key required.

local only
Ansible Galaxy MCP
by mrfentmen

Search Ansible collections and roles on Ansible Galaxy. No key required.

local only
Bing Search (Free)
by iridite

Free Bing search MCP server - No API key required

95 installs/wk local only
Lotr MCP
by mrfentmen

Books and chapters from the Lord of the Rings API. No key required.

local only

MCP Bideetmusique — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Bideetmusique?
MCP Bideetmusique runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-bideetmusique was installed 50 times last week.
How do I connect MCP Bideetmusique?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-bideetmusique straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Bideetmusique?
The npm package mcp-bideetmusique was installed 50 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Bideetmusique open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 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.