SFXMint

에이전트용 무료 CC0 음향 효과: 4,000개 이상의 사운드를 검색하고, 영구 핫링크 가능한 MP3/WAV URL을 얻으며, 텍스트에서 새로운 SFX를 생성할 수 있습니다. API 키가 필요 없습니다.

문서

SFXMint MCP Server

Free CC0 sound effects for AI agents. Search 4,600+ sounds, get permanent hotlinkable MP3/WAV URLs, and generate new SFX from text — no API key, no signup.

Every sound is AI-generated (Stable Audio) or procedurally synthesized, so the library is copyright-clean by construction. Audio URLs are permanent, immutable, CORS-enabled and free to hotlink — safe to embed directly in generated apps, games and videos.

Quick start

Claude Code:

claude mcp add --transport http sfxmint https://sfxmint.com/mcp

Cursor / generic mcpServers config:

{ "mcpServers": { "sfxmint": { "url": "https://sfxmint.com/mcp" } } }

Prefer a skill over a server? This repo also ships an Agent Skill that uses the plain HTTP API — no MCP server required:

npx skills add flreey/sfxmint-mcp -y

It teaches the agent to ask by purpose (role → set → search) instead of guessing keywords, and carries ready-to-paste React / Phaser / plain-HTML snippets. Source: skills/sfxmint/SKILL.md.

Tools

ToolWhat it does
get_role_soundStart here. Ask by event — button-click, purchase-success, error, coin, rain-loop. Returns one QA-checked default plus alternates; plain-English aliases work
get_sound_setA coherent kit for one product in one call (15 sets: ui-crisp, retro-game, checkout, platformer, ai-coding-tool, …)
search_soundsFree-text search over 4,600+ sounds; never returns empty (semantic fallback)
get_soundFull metadata for one sound (incl. generation prompt, measured acoustics, license)
generate_soundText-to-SFX (output 1–12 s, takes 10–60 s to render); returns permanent URLs. Rate-limited 3/day per client
get_jobStatus of a generation job

Example

"Find me a rain ambience loop" → search_sounds(query: "rain ambience")https://sfxmint.com/dl/ambience-rain-01.mp3 (CC0, hotlink-safe, 11 s)

Rate limits & fair use

  • Search/metadata: no auth, generous limits
  • Generation: 3/day per IP on the MCP path (browser path: 5/day)
  • Hotlinking is allowed and encouraged; files are served with long-lived immutable caching

Contact

hello@sfxmint.com · https://sfxmint.com