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
- A Claude.ai account
- Access to Lemonado (Create a Lemonado account)
Setup Instructions
-
Go to claude.ai in your browser
-
Click on Settings (usually found in the bottom left or profile menu)
-
Navigate to the Connectors section
-
Click Add custom connector
-
Fill in the connector details:
-
Click Add to save the connector
-
Click Connect to initiate the authentication process
-
Follow the OAuth flow - a new browser tab will open for you to log in to Lemonado
-
Once authenticated, return to Claude.ai - your connector should show as connected
-
You can now use MCP tools in your Claude conversations
Claude Desktop
Prerequisites
- Claude Desktop application installed
- Access to Lemonado (Create a Lemonado account)
Setup Instructions
-
Open Claude Desktop application
-
Click on your profile avatar in the bottom left corner
-
Select Settings from the menu
-
Navigate to the Connectors section
-
Click Add custom connector
-
Fill in the connector configuration:
-
Click Add to save the connector
-
Click Connect to initiate authentication
-
A new browser tab will open - log in to Lemonado if prompted
-
Authorize the connection and return to Claude Desktop
-
You can now use MCP tools in your Claude conversations
Claude Code
Prerequisites
- Claude Code installed from the official Anthropic website
- Access to Lemonado (Create a Lemonado account)
Setup Instructions
-
Install Claude Code from the official Anthropic website if you haven't already
-
Open Claude Code in your terminal:
claude -
Open the configuration file by running:
claude config edit -
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" } } } } -
Save the configuration file and restart Claude Code
-
Start a new conversation - Claude Code will prompt you to authenticate
-
Follow the OAuth flow in your browser to connect to Lemonado
-
Once authenticated, you can query your Lemonado data directly in Claude Code
Troubleshooting
- Authentication Issues: If OAuth fails, try running
claude config editagain and ensure the configuration is correct - Connection Problems: Verify that
https://mcp.lemonado.io/mcpis 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?
- Visit our documentation
- Contact support at support@lemonado.io