AI chat client

Connect Claude
to DataPalace.

If you have used Claude at all, you are one settings screen away from giving it a real memory.

What connecting does

Right now every Claude conversation starts from scratch. Connect DataPalace and Claude pulls from your actual knowledge base mid-chat. Ask about your onboarding process, your brand voice, a client’s history. It knows. No copy-pasting.

What plan you need

Claude Free can connect one custom tool, and DataPalace works there. Pro ($20/mo), Max, Team, or Enterprise remove the connector limit.

Connect it, step by step

  1. Open Claude and sign in.
  2. Click your profile icon (top right), then Settings.
  3. Open the Connectors tab.
  4. Click Add Connector.
  5. Name it DataPalace, set the URL to the MCP server URL on the right, choose Bearer token auth, and paste your DataPalace API token.
  6. Click Connect. Claude discovers the DataPalace tools automatically.

Prefer the Claude Desktop config file? Add this under mcpServers and restart Claude Desktop:

{
  "mcpServers": {
    "datapalace": {
      "url": "https://mcp.datapalace.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_DATAPALACE_TOKEN" }
    }
  }
}
Test it: ask Claude “Search DataPalace for our onboarding process.” If it finds something, you are live.

Good to know

The DataPalace URL must be the public HTTPS address (it already is). On Free, DataPalace uses your single connector slot. If Claude suddenly finds nothing, regenerate your token in DataPalace settings and update the connector.

← All integrations