hi everyone i’m just starting to play with gumloop. I’m trying to connect the mcp according to claude the url is good with a connection success but my credentials not seem gumloop credentials not found in auth store. What can i do to solve the pb? thanks a lot
Hey @Brodinsky – The error “gumloop credentials not found in auth store” means that while Claude Desktop can reach the guMCP server URL (hence the “connection success”), the server doesn’t have the authentication information needed to access Gumloop services on your behalf.
Step 1: Authenticate the integrations in Gumloop first
Before using guMCP servers in Claude Desktop, you need to set up your credentials inside Gumloop:
-
Go to Gumloop | Credentials
-
Add credentials for each service you want to use via guMCP (e.g., Gmail, Slack, GitHub, etc.)
-
Complete the OAuth flow for each integration
Step 2: Verify your guMCP URL includes your user token
The guMCP server URL needs to include authentication. Visit the specific MCP page for the integration you’re setting up (e.g., Gmail guMCP Server<!-- --> - Model Context Protocol | Gumloop for Gmail) – these pages provide the correct URL format with your authentication token already included.
Step 3: Update your Claude Desktop config
Make sure your claude_desktop_config.json uses the complete URL from the Gumloop MCP page. It should look something like:
{
"mcpServers": {
"gumloop-gmail": {
"url": "[https://mcp.gumloop.com/sse/gmail?token=YOUR_TOKEN_HERE"](https://mcp.gumloop.com/sse/gmail?token=YOUR_TOKEN_HERE")
}
}
}
The token in the URL is what connects your Claude Desktop session to your authenticated Gumloop credentials. If you copied a generic URL without the token, that’s likely the issue.
Could you let me know which specific guMCP integration you’re trying to set up (Gmail, Slack, GitHub, etc.)? That way I can point you to the exact setup page with your personalized configuration!