MCP Server
Maintained
MIT
io.github.O-mega-Enterprise/suprsonic-mcp MCP Server
io.github.O-mega-Enterprise/suprsonic-mcp
What is the io.github.O-mega-Enterprise/suprsonic-mcp MCP server?
One API key, dozens of capabilities for your AI agent. Zero provider auth.
How to install io.github.O-mega-Enterprise/suprsonic-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
SUPRSONIC_API_KEYrequiredsecretYour Suprsonic API key (get one at suprsonic.ai/app/apis)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"suprsonic-mcp": {
"command": "npx",
"args": [
"-y",
"suprsonic-mcp"
],
"env": {
"SUPRSONIC_API_KEY": "<YOUR_SUPRSONIC_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"suprsonic-mcp": {
"command": "npx",
"args": [
"-y",
"suprsonic-mcp"
],
"env": {
"SUPRSONIC_API_KEY": "<YOUR_SUPRSONIC_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"suprsonic-mcp": {
"command": "npx",
"args": [
"-y",
"suprsonic-mcp"
],
"env": {
"SUPRSONIC_API_KEY": "<YOUR_SUPRSONIC_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"suprsonic-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"suprsonic-mcp"
],
"env": {
"SUPRSONIC_API_KEY": "<YOUR_SUPRSONIC_API_KEY>"
}
}
}
}Claude Code
claude mcp add suprsonic-mcp --env SUPRSONIC_API_KEY=<YOUR_SUPRSONIC_API_KEY> -- npx -y suprsonic-mcpRelated MCP servers
io.github.O-mega-Enterprise/founden-mcp
Maintained
Build your company over chat: website, app, and admin built in the cloud. One API key.
0
View repository →JavaScript
MIT