Content Tools
guitarchordbuilder.com
Creates polished, printable guitar chord charts, chord diagrams, and shareable chord book PDFs.
ENDPOINT 1
https://www.guitarchordbuilder.com/mcp
MCP server metadata
- Name
- guitar-chord-builder
- Version
- 1.0.0
Use create_chord_chart to turn a requested song progression or chord collection into printable guitar diagrams. Return both the direct PDF and editable share link to the user.
Known tools 1
create_chord_chartCreate a polished, printable guitar chord chart when the user asks for chord diagrams, a song chord chart, a chord book, a PDF, or a shareable chart link.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.guitar-chord-builder]
url = "https://www.guitarchordbuilder.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"guitar-chord-builder": {
"type": "http",
"url": "https://www.guitarchordbuilder.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: guitar-chord-builder
Remote MCP URL: https://www.guitarchordbuilder.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"guitar-chord-builder": {
"url": "https://www.guitarchordbuilder.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"guitar-chord-builder": {
"type": "http",
"url": "https://www.guitarchordbuilder.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "guitar-chord-builder",
"transport": "streamable-http",
"url": "https://www.guitarchordbuilder.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.