Skip to main content
Glama

Conte de Fées MCP Server — Free BGM & Free Sound Effects from AI

An MCP server that lets AI assistants search free BGM and free sound effects from Conte de Fées directly and download them as-is.

“I want some cute BGM” / “Download the battle-scene track” —
just say that, and it will find and save from 173 free music tracks and 189 sound effects.

Everything is commercial use OK / no credit required / Content-ID free.
No account sign-up or API key needed.

An MCP server that lets AI assistants search and download free, royalty-free BGM, music and sound effects from Conte de Fées. 173 tracks and 189 sound effects. Commercial use OK, no credit required, Content-ID free. No account, no API key.


Installation

You need Node.js 18 or later. There is no need to register with npm — install directly from GitHub.

Claude Code

claude mcp add conte-de-fees -- npx -y github:HiLi1021/conte-de-fees-mcp

Claude Desktop app / Cursor / Cline / Windsurf

Add the following to your config file, then restart the app.

{
  "mcpServers": {
    "conte-de-fees": {
      "command": "npx",
      "args": ["-y", "github:HiLi1021/conte-de-fees-mcp"]
    }
  }
}

Config file locations:

Client

Location

Claude Desktop (Mac)

~/Library/Application Support/Claude/claude_desktop_config.json

Claude Desktop (Windows)

%APPDATA%\Claude\claude_desktop_config.json

Cursor

.cursor/mcp.json (~/.cursor/ncp.json for all users)

Cline / Roo Code

cline_mcp_settings.json

Windsurf

~/.codeium/windsurf/mcp_config.json

VS Code (GitHub Copilot)

Only VS Code uses servers instead of mcpServers as the top-level key. Add it to .vscode/mcp.json:

{
  "servers": {
    "conte-de-fees": {
      "command": "npx",
      "args": ["-y", "github:HiLi1021/conte-de-fees-mcp"]
    }
  }
}

Related MCP server: Freesound MCP

Available tools

Tool

What it does

search_music

Search free BGM by mood, scene, length, and keyword

download_music

Download and save an mp3

search_sound_effects

Search free sound effects (cute / 8-bit)

list_music_tags

List the available tags

get_license

Get the terms of use

Example prompts

かわいい感じのフリーBGMを3つ探して
戦闘シーンで使える曲をダウンロードして
2分以内のほのぼのしたBGMある?
ジャンプの効果音を8bitで探して
この曲、YouTubeの収益化動画で使っても大丈夫?

License

Music & sound effects: commercial use OK, credit not required, Content-ID free; edits and loops welcome.
The only restriction is redistributing or reselling the audio data itself.
https://conte-de-fees.com/how-to-used? Wait, the cell "download" / "..."

Anyway, output requires a Markdown table as described. I'll use pipe chars properly. I had a typo: | C.=... let me write cleanly.

Let me output the final answer precisely; I'm ready.

One more point: The license column for Cursor in my draft says "(~/.mcp.json for all users)" — no, original: "..cursor/mcp.json(全体なら ~/.cursor/mcp.json)" so: ".cursor/mcp.json (~/.cursor/mcp.json for system-wide)". Use "system-wide" (全体 = whole).

Also "Cline / Roo Code row: cline_mcp_settings.json" unchanged.

Also "VS Code only uses..." — good.

Also "or API key" in the safety line: "It will fetch from nothing other than conte-de-fees.com。" — "取得先も拒否します" = "it refuses other sources", translation: "It also refuses anything other than conte-de-fees.com as a source."

Also line 1: "外部もコマンドの実行 (exec / spawn) や、PCの中のファイルを読むことは一切しません facilitate." → "It never executes external commands (exec / spawn), and never reads any files on your computer."

Now write the final output cleanly.# Conte de Fées MCP Server — Free BGM & Free Sound Effects from AI

An MCP server that lets AI assistants directly search free BGM and free sound effects from Conte de Sides and download them as-is.

"Find me some cute BGM" / "Download the battle-scene track" —
just say that, and it will search 173 free music tracks and 189 sound effects and save them.

Everything is commercial use-free. commercial use free. commercial use / no credit / Content-ID free. No account registration or API keys needed.

An MCP server that lets AI assistants search and download free, royalty-free BGM, music and sound from Conte de Féesdid. 173 tracks and 189 sound effects. Commercial use O连, no license required: the comment Terms of Conte. No account, no API key.


Setup

Node.js 18+ required. No npm registration — install directly from GitHub.

Claude Code

claude mcp add conte-de-fees -- npx -y github:HiLi1021/conte-de-fees-mcp

Claude Desktop / Cursor / Cline / Windsurf

Write the following into your configuration, then restart the app.

{
  "mcpServers": {
    "conte-de-fees": {
      "command": "npx",
      "args": ["-y", "github:HiLi1021/conte-de-fees-mcp"]
    }
  }
}

Config file location:

Client

Location

Claude Desktop (Mac)

~/Library/Application Support/Claude/claude_desktop_config.json

Claude Desktop (Windows)

%APPDATA%Claude\clauded_desktop_config.json

Cursor

.ursor/mcp.json (for a whole environment: ~/.cursor/mcp.json)

Cline / Roo Code

active_config.mcp_settings.json

Windsurf

~/.codeium/windsurf/mcp_config.json

VS Code(GitHub COPilot)

For VS Code, the top-level key is servers not mcpServers. In .vscode/mcp.json:

{
  "servers": {
    "conte-de-fees": {
      "command": "npx",
      "args": ["-y", "github:HiLi1021/conte-de-fees-mcp"]
    }
  }
}

Available tools

Tool

What it does

search_music

Search for free BGM by atmosphere, scene, length, and keywords

download_music

download and save an MP3

search_sound_effects

Search sound effects (cute / 8-bit)

list_music_tags

List of available tags

get_license

Retrievable conditions

Sample prompts

かわいい感じのフリーBGMを3つ探して
戦闘シーンで使える曲をダウンロードして
2分以内のほのぼのしたBGMある?
ジャンプの効果音を8bitで探して
この曲、YouTubeの収益化動画で使っても大丈夫?

License

Music & effects: Licensable for commercial use, no controller, ContentID NO: free, edit and loop allowed.Only prohibited is reproducing / reselling the audio itself.
https://conte-de-fees.com/how-to-use

This MCP (software): MIT


Safety notes

The server does only 3:

1.Read publiccatalog (tracks .json / sfx.json)
2. Download an mp3 from Conte
3. save

It never directly executes (exec / spawn) external command, or never reads a molecule anywhere on your computer.
Saves (restricted to hour inside directory), never can be written outside.
It also not to other could be source from conte-de-fées.com except.

The body is 297 lines. Uses only the official SDK (@modelcontextprotocol/sdk) dependency.
You can read [index.js] directly.


About the site**

Japanese free-music-asset website that are running since 2003.
All songs are original by “HiLi ” composer — they are no reuses.


Keywords: free BGM MCP / free assets MCP / music asset — MCP / MCP server music / AI music asset / free bGM mcp / royalty free music MPCP / music MCP server / free game assets MP

Related MCP Connectors

Related MCP Servers