Please refer to this guide if you would like to set up the remote Super MCP Server: Super MCP . The video below quickly walks you through the process of setting up the Super MCP Server in Claude Desktop.
For more detailed instructions, keep on reading this guide.
You can take this guide as inspiration for other clients.
To get your personal API key:
Click your workspace logo in the top-left corner.
Select Settings from the menu, then go to the API section.
Click Create a new key and follow the on-screen instructions.
Your personal API Key grants access to all the Data Sources you can access, it is not meant for shared usage.
You need to edit the Claude configuration file to enable it to connect to MCP servers.
Enter this command in your terminal:
touch "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
Enter this command in your terminal:
open -e "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
After opening the config file, replace its contents with the following:
{
"mcpServers": {
"super": {
"command": "npx",
"args": ["-y", "super-mcp-server"],
"env": {
"SUPER_API_KEY": "TO FILL"
}
}
}
}
Make sure to replace TO FILL with the API key you just created.
Restart Claude Desktop and you should be all set! You can ask questions like: “Ask Super what happened in my team this week.”
Using the Super MCP in Claude Desktop.
Claude will need permission to use the Super MCP. You can choose to allow once or always allow.