Connects Claude to TheAudioDB, a community-maintained music metadata database. The server runs through Pipeworx's gateway infrastructure, which routes requests to their collection of 700+ data sources. You can either call tools directly or use the ask_pipeworx interface to query in plain English and let the gateway handle tool selection and argument mapping. The implementation uses streamable HTTP transport, so no local server process needed. Useful when you need music metadata lookups for artists, albums, or tracks without managing API keys or standing up your own music database. Part of the broader Pipeworx ecosystem, but can be configured standalone if TheAudioDB is all you need.
TheAudioDB MCP — community music metadata database.
Part of Pipeworx — an MCP gateway connecting AI agents to 784+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"theaudiodb": {
"url": "https://gateway.pipeworx.io/theaudiodb/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 784+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Theaudiodb data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured