Skip to main content
The fastest way to get started is connecting to the hosted server. No installation required. Below are setup instructions for each supported AI tool.

Claude Desktop

Add to your Claude Desktop config:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
With an API key for higher rate limits:

Claude Code

Add via CLI:
Or add a .mcp.json file at your project root (shareable via git):

Cursor

Add to .cursor/mcp.json (project-level) or ~/.cursor/mcp.json (global):

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:
Windsurf uses serverUrl instead of url.

VS Code (GitHub Copilot)

Add to .vscode/mcp.json in your project:
With secure API key prompting:

ChatGPT

ChatGPT supports MCP via developer mode. Add the server through the ChatGPT UI. There is no config file to edit.
  1. Open ChatGPT settings
  2. Navigate to the MCP servers section
  3. Add the server URL: https://mcp.li.quest/mcp

Testing Your Setup

Use the MCP Inspector to interactively test the server:
This opens a web UI at http://localhost:6274 where you can browse and test all available tools. You can also verify your setup by asking your AI tool a simple question like:
β€œWhat chains does LI.FI support?”
If the MCP server is connected correctly, the tool will call get-chains and return a list of supported blockchains.