Logo
AI connectors

Claude Setup

Connect Lemonado to Claude via MCP

Connect your Lemonado data to Claude using the Model Context Protocol (MCP). Choose your preferred Claude platform below.

Claude.ai (Web)

Prerequisites

Setup Instructions

  1. Go to claude.ai in your browser

  2. Click on Settings (usually found in the bottom left or profile menu)

  3. Navigate to the Connectors section

  4. Click Add custom connector

  5. Fill in the connector details:

  6. Click Add to save the connector

  7. Click Connect to initiate the authentication process

  8. Follow the OAuth flow - a new browser tab will open for you to log in to Lemonado

  9. Once authenticated, return to Claude.ai - your connector should show as connected

  10. You can now use MCP tools in your Claude conversations

Claude Desktop

Prerequisites

Setup Instructions

  1. Open Claude Desktop application

  2. Click on your profile avatar in the bottom left corner

  3. Select Settings from the menu

  4. Navigate to the Connectors section

  5. Click Add custom connector

  6. Fill in the connector configuration:

  7. Click Add to save the connector

  8. Click Connect to initiate authentication

  9. A new browser tab will open - log in to Lemonado if prompted

  10. Authorize the connection and return to Claude Desktop

  11. You can now use MCP tools in your Claude conversations

Claude Code

Prerequisites

Setup Instructions

  1. Install Claude Code from the official Anthropic website if you haven't already

  2. Open Claude Code in your terminal:

    claude
  3. Open the configuration file by running:

    claude config edit
  4. Add the following MCP server configuration to your config file:

    {
        "mcpServers": {
            "lemonado": {
                "command": "npx",
                "args": ["-y", "@modelcontextprotocol/server-fetch", "https://mcp.lemonado.io/mcp"],
                "env": {
                    "MCP_AUTH_TYPE": "oauth",
                    "MCP_OAUTH_PROVIDER": "lemonado"
                }
            }
        }
    }
  5. Save the configuration file and restart Claude Code

  6. Start a new conversation - Claude Code will prompt you to authenticate

  7. Follow the OAuth flow in your browser to connect to Lemonado

  8. Once authenticated, you can query your Lemonado data directly in Claude Code

Troubleshooting

  • Authentication Issues: If OAuth fails, try running claude config edit again and ensure the configuration is correct
  • Connection Problems: Verify that https://mcp.lemonado.io/mcp is accessible
  • No Data Available: Check that your Lemonado account has the necessary permissions and data sources connected
  • Configuration Not Loading: Restart Claude Code after saving the configuration file

Using MCP Tools

Once connected, you can ask Claude to:

  • Query your databases: "Show me all customers from last month"
  • Analyze your data: "What are the top selling products?"
  • Generate reports: "Create a summary of Q4 revenue by region"
  • Access your connected tools: "List all available data sources"

Troubleshooting

Connection Failed

  • Ensure you're logged into Lemonado
  • Check that your Lemonado subscription includes MCP access
  • Try disconnecting and reconnecting the connector

No Data Available

  • Verify you have created AI Connectors in Lemonado
  • Check that your AI Connectors have the correct permissions
  • Ensure your data sources are properly connected in Lemonado

Authentication Issues

  • Clear your browser cookies and try again
  • Make sure pop-ups are enabled for the OAuth flow
  • Contact support if issues persist

Need Help?