mcp bideetmusique for Cursor
io.github.smeet666/mcp-bideetmusique
Search the Bide & Musique collection of forgotten French songs. Records, lyrics, no API key.
client:Cursor
transport:stdio
runtime:npm
Install mcp bideetmusique in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-bideetmusique": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-bideetmusique"
],
"env": {
"BIDE_USER_AGENT": "<BIDE_USER_AGENT>",
"BIDE_MIN_INTERVAL_MS": "<BIDE_MIN_INTERVAL_MS>",
"BIDE_TIMEOUT_MS": "<BIDE_TIMEOUT_MS>",
"BIDE_MAX_RETRIES": "<BIDE_MAX_RETRIES>",
"BIDE_CACHE_TTL_MS": "<BIDE_CACHE_TTL_MS>",
"BIDE_CACHE_MAX_ENTRIES": "<BIDE_CACHE_MAX_ENTRIES>",
"BIDE_LOG_LEVEL": "<BIDE_LOG_LEVEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs