GitHub - adiasg/guitar-tabs: Make tab sheets for any song

1 min read Original article ↗

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

Quick Start

  • 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>.

Notes

  • Tab sheet format:
    • Adjust the tab sheet format to your liking in AGENTS.md
  • 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.