Guitar Practice Routine App — Chord Charts
Rank #18,106io.github.slshults/gpra-chord-charts
Look up a guitar chord by name and get a text chord diagram. 12,708 standard-tuning names.
Guitar Practice Routine App — Chord Charts is a Model Context Protocol (MCP) server published by slshults. It ranks #18,106 of 132,405 servers tracked on MCP Toplist. Guitar Practice Routine App — Chord Charts is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 29, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 114,299 of 132,405 servers on MCP Toplist.
Use Guitar Practice Routine App — Chord Charts
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http gpra-chord-charts https://mcp.guitarpracticeroutine.com/mcpclaude mcp add gpra-chord-charts -- npx -y gpra-chord-charts-mcp[mcp_servers.gpra-chord-charts]
url = "https://mcp.guitarpracticeroutine.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.gpra-chord-charts]
command = "npx"
args = ["-y", "gpra-chord-charts-mcp"]Add to ~/.codex/config.toml.
https://mcp.guitarpracticeroutine.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"gpra-chord-charts": {
"command": "npx",
"args": [
"-y",
"gpra-chord-charts-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"gpra-chord-charts": {
"url": "https://mcp.guitarpracticeroutine.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"gpra-chord-charts": {
"command": "npx",
"args": [
"-y",
"gpra-chord-charts-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gpra-chord-charts": {
"type": "http",
"url": "https://mcp.guitarpracticeroutine.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"gpra-chord-charts": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gpra-chord-charts-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gpra-chord-charts": {
"serverUrl": "https://mcp.guitarpracticeroutine.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gpra-chord-charts": {
"command": "npx",
"args": [
"-y",
"gpra-chord-charts-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gpra-chord-charts": {
"url": "https://mcp.guitarpracticeroutine.com/mcp"
}
}
}{
"mcpServers": {
"gpra-chord-charts": {
"command": "npx",
"args": [
"-y",
"gpra-chord-charts-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.slshults%2Fgpra-chord-charts)<a href="https://mcptoplist.com/server/io.github.slshults%2Fgpra-chord-charts"><img src="https://mcptoplist.com/badge/io.github.slshults%2Fgpra-chord-charts.svg" alt="MCP Toplist: Top 25% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
slshults
Other servers by slshults
View all slshults servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 30, 2026 |
Frequently asked questions
- Who maintains Guitar Practice Routine App — Chord Charts?
- Guitar Practice Routine App — Chord Charts is maintained by slshults, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Guitar Practice Routine App — Chord Charts listed on the Official MCP Registry?
- Yes — Guitar Practice Routine App — Chord Charts is listed on the Official MCP Registry, alongside Glama.
- How many versions does Guitar Practice Routine App — Chord Charts have?
- MCP Toplist tracks 1 version of Guitar Practice Routine App — Chord Charts, most recently published on Aug 30, 2026.
- Where can I find the source code for Guitar Practice Routine App — Chord Charts?
- The source code for Guitar Practice Routine App — Chord Charts is hosted at github.com/slshults/gpra-chord-charts-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.