Make custom tab sheets for any song
This is my system for making & maintaining custom tab sheets. It uses Cursor for its agent loop. Hope you find it useful!
Requirements: Cursor, ScrapingBee API Key
git clone https://github.com/adiasg/guitar-tabs.git.- Install the MCP server in a virtual environment
make venv. - Place your ScrapingBee API key in
.env. - Open Cursor's chat and type in
/make-tab <SONG> by <ARTIST>.
- Tab sheet format:
- Adjust the tab sheet format to your liking in
AGENTS.md
- Adjust the tab sheet format to your liking in
- MCP:
- Just the base models aren't able to generate all tabs reliably. I added the MCP server to scrape tabs for context.
- Ensure the MCP is active in Cursor (Settings > Tools & MCP). The config is in
.cursor/mcp.json.
