Songsterr MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Songsterr MCPfind the guitar tab for Smells Like Teen Spirit"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Songsterr MCP
MCP server for Songsterr guitar, bass, and drum tabs. Deploys to Gumstack as an Internal MCP.
Repo: github.com/gumluke/songsterr-mcp
Setup
# Install dependencies (requires uv)
uv sync
# If you add or change dependencies, run and commit uv.lock for reproducible builds
# uv lock
# Optional: copy env for local overrides
cp env.example .envRelated MCP server: Spotify MCP Server
Local development
# Run the server (streamable-http on PORT)
./run.sh
# Or
uv run songsterr-mcpSet ENVIRONMENT=local in .env to use streamable-http; otherwise the server uses GumstackHost (for deployed env).
Authentication
This server uses No Authentication. Songsterr’s public API does not require user credentials or an API key. Users don’t provide anything in the Gumstack UI.
Tools
Tool | Description |
| Search for guitar, bass, or drum tabs by keyword (song title, artist, or phrase) |
| Get the single best matching tab for a search query (e.g. "enter sandman") |
| Get tabs by one or more artist names (comma-separated) |
| Fetch a tab by ID (metadata, track list, and a working view URL) |
Tab notation
Songsterr’s public API only exposes search and song metadata (title, artist, track names). The actual tab notation (the notes/tablature) is not available via any documented public endpoint — it’s rendered in the browser on Songsterr. Every result includes a view_url that uses the current site URL pattern (e.g. /a/wsa/artist-title-tab-s123). Open that link to view and play the tab on Songsterr.
Deploy to Gumstack
Connect this repo (gumluke/songsterr-mcp) in Gumstack Internal MCPs.
Ensure the GitHub App is installed for the repo so pushes trigger deployments.
Push to
main; Gumstack builds and deploys. The server URL is on the server’s Overview tab.
About
MCP server: Songsterr MCP — search and fetch tabs from Songsterr.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables interaction with Last.fm music data including searching for artists, albums, and tracks, accessing user listening history, and managing music preferences. Supports both read-only operations and authenticated write operations like scrobbling and loving tracks.Last updated345
- Flicense-qualityDmaintenanceEnables interaction with Spotify's music catalog through natural language conversations. Search for tracks and artists, get recommendations, explore playlists, and browse artist discographies using the Spotify Web API.Last updated
- AlicenseAqualityDmaintenanceEnables AI assistants to query the MusicBrainz music database for artists, albums, recordings, and labels. It provides tools for advanced searches, detailed metadata retrieval, and accessing cover art information.Last updated1710GPL 3.0
- Flicense-qualityDmaintenanceEnables users to search the YouTube Music catalog and manage playlists using natural language. It provides tools for searching songs, albums, and artists, as well as performing playlist operations like creating, adding, and deleting tracks.Last updated
Related MCP Connectors
Search Stack Exchange questions, fetch Q&A threads as markdown, look up tag FAQs and user profiles.
Song lyrics lookup via lyrics.ovh
Deezer public music catalog (search/tracks/albums/artists/charts)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gumluke/songsterr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server