Production MCP endpointhttps://funkadelic.madfishdigital.com/mcp
AuthenticationAuthorization: Bearer <your-user-api-key>
1. Generate the user API key
Use the correct user account
Generate the key while signed in as the person who will use Claude Desktop. Do not share an administrator's key with another user.
Confirm connection access
Only connections enabled for that user will be available through the MCP server. An administrator can adjust connection access and capability permissions in the portal.
Copy the complete key
The prefix alone is not a credential. Keep the full generated value available until it has been added to Claude Desktop.
New Claude Desktop configclaude_desktop_config.json{
"mcpServers": {
"mad-fish-elements": {
"url": "https://funkadelic.madfishdigital.com/mcp",
"headers": {
"Authorization": "Bearer <paste-your-full-api-key>"
}
}
}
}
Use this complete object when no other MCP servers are configured.
Merge with existing serversJSON merge example{
"mcpServers": {
"existing-server": {
"command": "existing-command"
},
"mad-fish-elements": {
"url": "https://funkadelic.madfishdigital.com/mcp",
"headers": {
"Authorization": "Bearer <paste-your-full-api-key>"
}
}
}
}
Preserve every existing server and add the Mad Fish Elements entry with a separating comma.
3. Restart and verify Claude
Validate and save the JSON
Use straight quotation marks, keep braces balanced, and remove trailing commas. Save the file as plain UTF-8 JSON.
Fully restart Claude Desktop
Quit the application completely, then reopen it so the desktop client reloads the configuration.
Confirm the tools are available
Open the Connectors control from the conversation composer and select Mad Fish Elements. You can also review the MCP connection status and logs in Claude Desktop's Developer settings.
Generate your Claude Desktop key
Open Connections & Keys to create a user-scoped credential and manage access to each connected service.
Open Connections & Keys