Songs
ReferenceWrite ChordPro charts, organize arrangements, and rehearse with tools.
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.
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.