Songs
ReferenceWrite ChordPro charts, organize arrangements, and rehearse with tools.
A non-hot-reloadable change occurred and we must rebuild.
Checking account access…
Connect Claude, ChatGPT, and other AI tools to your music library.
Think of it like giving your AI assistant a direct connection to your music library. Instead of manually copying chords and lyrics back and forth, your AI can read and update your songs directly.
Akordo uses the Model Context Protocol (MCP) for a secure, standardized connection between AI tools and your Akordo account.
Note: MCP access requires a license that includes this feature. Check Account settings to verify MCP is available for your account.
Once connected, you can ask your AI assistant to help with your music:
Akordo supports two connection approaches:
You can find API keys and connection details in Settings -> API Keys in Akordo.
.mcp.json in your project root).{
"mcpServers": {
"akordo": {
"type": "http",
"url": "https://akordo.app/api/mcp",
"headers": {
"X-API-Key": "your-api-key-here"
}
}
}
}
Replace your-api-key-here with your key, then restart Claude Code.
Any tool that supports MCP can connect to Akordo. Examples:
Use your tool's MCP setup docs with the same Akordo server pattern as above.
If your AI tool can't connect:
https://akordo.app/api/mcp (not /api/v1/mcp)