ChiPyTune
by ejrgeek
Game Boy style chiptune music and SFX creation for MCP-capable clients, desktop, and CLI.
What it does
ChiPyTune is a creative tool designed to produce authentic Game Boy style chiptune music and sound effects. It enables AI agents to create, validate, and render music or SFX projects by generating editable JSON schemas that are processed into WAV/OGG audio.
Tools
chipytune_get_project_schema: Returns the JSON schema for music projects.chipytune_get_sfx_schema: Returns the JSON schema for SFX projects.chipytune_list_presets: Lists available built-in music and SFX presets.chipytune_create_template: Generates a starting JSON template for a project.chipytune_validate_project: Validates a music project JSON against the schema.chipytune_render_music: Renders a validated music project to audio.chipytune_validate_sfx: Validates an SFX project JSON against the schema.chipytune_render_sfx: Renders a validated SFX project to audio.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"chipytune": {
"command": "uv",
"args": ["run", "chipytune", "mcp", "serve", "--transport", "stdio"],
"cwd": "/path/to/chipytune"
}
}
}
Supported hosts
- Claude Desktop
- OpenCode
Quick install
uv run chipytune mcp serve --transport stdioInformation
- Pricing
- free
- Published
- 5/29/2026






