Skip to main content

Before We Begin

Gather the following information, which you’ll need regardless of client.
1

Name

This is just a name you want to give your MCP server. Make sure it is unique to other MCP servers you’re using, and is human readable so you can easily keep track of what each server does.
2

URL

For the Xano MCP Server
Each instance has its own unique connection URL. The URL can be found inside of your Instance Settings panel from the instance selection screen by clicking the icon next to the instance you want to connect to.
When creating a URL, you’ll need to choose the scope of tools the URL provides. Each client will have its own limits on how many tools can be available at once, so make sure to consult your client’s documentation for more information.
For an MCP Server you built in Xano
Click the Connection URL button next to the MCP server you want in the AI > MCP Servers screen.
3

Token

For the Xano MCP Server
The Xano MCP Server token can be found in the same place you retrieved your URL. See Generating an Access Token for more information.
For an MCP Server you built in Xano
The token for a custom MCP server is generated the same way your other auth tokens are generated, usually as part of your signup and login API logic.


https://mintcdn.com/xano-997cb9ee/l34pjCw6QluB5NGI/images/icons/claude-ai-icon.svg?fit=max&auto=format&n=l34pjCw6QluB5NGI&q=85&s=77edf5396d1a9fe79c2d882b4cfe942a Claude Code

Learn how to connect the Xano MCP Server to Clade In your terminal, execute the following command:
claude mcp add --transport http <name> <url> --header "Authorization: Bearer <token>"

https://mintcdn.com/xano-997cb9ee/l34pjCw6QluB5NGI/images/icons/claude-ai-icon.svg?fit=max&auto=format&n=l34pjCw6QluB5NGI&q=85&s=77edf5396d1a9fe79c2d882b4cfe942a Claude Desktop / Web

Claude on the Web can not connect to the Xano Developer MCP because it runs locally. Use Claude Desktop or Claude Code (recommended).
For the Xano MCP Server or a server you built that requires authentication, you’ll need to embed the token in the server URL, as shown below.
<url>/<token>/streaming
For Claude Team and Enterprise Plans
Make sure an Owner or Primary Owner have taken the correct preliminary steps outlined in Anthropic’s documentation. Do not configure OAuth settings; Xano’s MCP Servers do not support OAuth at this time.
  1. Navigate to Settings > Connectors.
  2. Locate the “Connectors” section.
  3. Find the custom connector your Owner added in the list (it will have a “Custom” label).
  4. Click “Connect” to authenticate and start using the connector with Claude.
For Claude Pro and Max Plans
  1. Navigate to Settings > Connectors.
  2. Locate the “Connectors” section.
  3. Click “Add custom connector” at the bottom of the section.
  4. Add your connector’s remote MCP server URL.
  5. Finish configuring your connector by clicking “Add.”

https://mintcdn.com/xano-997cb9ee/How4y2-NUVnTIPUm/images/icons/Cursor_light.svg?fit=max&auto=format&n=How4y2-NUVnTIPUm&q=85&s=d215b3668eb9d4c3ff535f9aca013588https://mintcdn.com/xano-997cb9ee/How4y2-NUVnTIPUm/images/icons/Cursor_dark.svg?fit=max&auto=format&n=How4y2-NUVnTIPUm&q=85&s=280459277edcf35c871156a9c402bbb2 Cursor

Cursor supports one-click MCP server installation via install links. Use the generator below to create yours.

https://mintcdn.com/xano-997cb9ee/l34pjCw6QluB5NGI/images/icons/Windsurf_light.svg?fit=max&auto=format&n=l34pjCw6QluB5NGI&q=85&s=542d34e733783e40a26d359de9dca307https://mintcdn.com/xano-997cb9ee/l34pjCw6QluB5NGI/images/icons/Windsurf_dark.svg?fit=max&auto=format&n=l34pjCw6QluB5NGI&q=85&s=40947ecb9252732deb925a4e4fac0fa2 Windsurf

1

Access your Windsurf settings

Head to Windsurf Settings > Cascade and click MCP Marketplace.Click the icon to access your mcp_config.json file directly.
2

Add an entry for your MCP server

Use the generator below to get the correct JSON.

https://mintcdn.com/xano-997cb9ee/l34pjCw6QluB5NGI/images/icons/antigravity.svg?fit=max&auto=format&n=l34pjCw6QluB5NGI&q=85&s=a56089bb77619e8d8d019d4aac5ffb80 Antigravity

1

Access your Antigravity MCP settings

  1. Open the MCP store via the ”…” dropdown at the top of the editor’s agent panel.
  2. Click on “Manage MCP Servers”
  3. Click on “View raw config”
  4. Modify the mcp_config.json with your custom MCP server configuration.
2

Add an entry for your MCP server

Use the generator below to get the correct JSON.

https://mintcdn.com/xano-997cb9ee/l34pjCw6QluB5NGI/images/icons/vscode.svg?fit=max&auto=format&n=l34pjCw6QluB5NGI&q=85&s=c9ca342a4c7cc10adcf78c89f822c596 VS Code

These instructions may work for other VS Code-based IDEs, but we recommend consulting that client’s official documentation for more specific instructions. Per-project: Create or open .vscode/mcp.json in your workspace and add the configuration generated below. Across multiple projects:
  1. Run the MCP: Open User Configuration command, which opens the mcp.json file for your user profile. Add the configuration generated below.

https://mintcdn.com/xano-997cb9ee/l34pjCw6QluB5NGI/images/icons/raycast.svg?fit=max&auto=format&n=l34pjCw6QluB5NGI&q=85&s=ef9ce6614fc5e84fa07b6725efa64de5 Raycast

  1. Run the Manage MCP Servers command and use the Open Servers Folder action. Open the mcp-config.json file and add the configuration generated below.

https://mintcdn.com/xano-997cb9ee/l34pjCw6QluB5NGI/images/icons/warp.svg?fit=max&auto=format&n=l34pjCw6QluB5NGI&q=85&s=fdd7beb4d6ccf935e33e1c30511ca6d1 Warp

  1. Access Warp Drive and click MCP Servers in your Personal settings.
  2. Click + Add and add the configuration generated below.