Prerequisites
Before setting up the MCP server, youâll need:- A Flipside API key (Get your API key)
- One of the supported applications: Claude Desktop, Claude Code, or Cursor
Configuration
The setup process varies slightly by application. Select your platform below:- Claude Desktop
- Claude Code
- Cursor
1
Open Claude Desktop
Launch the Claude Desktop application on your computer.
2
Access Settings
Click on your profile icon and select Settings.
3
Navigate to Developer
Click on the Developer tab in the settings sidebar.
4
Open Config File
Click Edit Config. This will open the folder where the
claude_desktop_config.json file is located.5
Edit Configuration
Open the Replace
claude_desktop_config.json file in a text editor. Add the following configuration to your mcpServers section:API_KEY with your actual Flipside API key.6
Save and Restart
Save the file and restart Claude Desktop to apply the changes.
Your
claude_desktop_config.json file should have a structure like this:Verifying Your Setup
After configuring the MCP server, you can verify itâs working by:- In Claude Desktop: Start a new conversation and ask about Flipside data. The MCP server should be available as a tool.
- In Claude Code: Use the MCP tools in your code editor to query Flipside data.
- In Cursor: The MCP server should appear in your available tools when working with code.
Getting Your API Key
If you donât have a Flipside API key yet:- Visit Flipside API Keys
- Sign in or create an account
- Generate a new API key
- Copy the key and use it in your MCP configuration
Troubleshooting
MCP server not appearing
MCP server not appearing
- Verify your API key is correct and active
- Check that the configuration JSON is valid (no syntax errors)
- Ensure youâve restarted the application after making changes
- Check the applicationâs logs for error messages
Connection errors
Connection errors
- Verify your internet connection - Check that the URL is correct:
https://mcp.flipsidecrypto.xyz/mcp?apiKey=YOUR_KEY- Ensure your API key hasnât been revoked or expired - Try regenerating your API key if issues persist
Configuration file not found
Configuration file not found
- For Claude Desktop: Use the âEdit Configâ button in Settings â Developer
- For Cursor: The config file may need to be created manually in the globalStorage directory
- Ensure you have write permissions to the configuration directory
What You Can Do with MCP
Once connected, you can:- Query Flipside blockchain data directly from your editor
- Access data across 30+ networks and 7+ trillion data points
- Get real-time blockchain intelligence without switching applications
- Integrate Flipside data into your development workflow