suprsonic mcp for Cursor
io.github.o-mega-enterprise/suprsonic-mcp
One API key, dozens of capabilities for your AI agent. Zero provider auth.
client:Cursor
transport:stdio
runtime:npm
Install suprsonic mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"suprsonic-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"suprsonic-mcp"
],
"env": {
"SUPRSONIC_API_KEY": "<SUPRSONIC_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs