Skip to main content

Claude Code

After setup, checkout our Claude skill to get the most out of TabPFN MCP.
# If you haven't, install Claude Code
npm install -g @anthropic-ai/claude-code
 
# Navigate to your project
cd your-tabpfn-project
 
# Add TabPFN MCP (general access)
claude mcp add --transport http tabpfn https://api.priorlabs.ai/mcp/server

# Start coding with Claude
claude
 
# Authenticate the MCP tools by typing /mcp
# This will trigger the OAuth flow
/mcp

Claude.ai and Claude for desktop

After setup, checkout our Claude skill to get the most out of TabPFN MCP.
The fastest way to get started with Claude Desktop is the TabPFN MCP Bundle. Download it, double-click the file, and Claude Desktop will open the install dialog.
  1. Enable network egress in Claude Desktop’s Settings → Capabilities (required to reach api.priorlabs.ai)
  2. Get your API token from ux.priorlabs.ai (log in or sign up, then copy from the dashboard)
  3. Download the bundle:
Install in Claudev0.1.0 · .mcpb · ~1 MB · macOS, Windows, Linux
  1. Open the downloaded .mcpb file — Claude Desktop will show the install dialog
  2. Paste your API token when prompted

ChatGPT

Follow these steps to set up TabPFN as a connector in ChatGPT:
  1. Enable Developer mode:
    • Go to Settings → Connectors → Advanced settings → Developer mode
  2. Open ChatGPT settings
  3. In the Connectors tab, Create a new connector:
  4. Click Create
Custom connectors using MCP are available on ChatGPT for Pro and Plus accounts on the web.

Codex CLI

Codex CLI is OpenAI’s local coding agent that can run directly from your terminal.
# Install Codex
npm i -g @openai/codex
 
# Add TabPFN MCP
codex mcp add tabpfn --url https://api.priorlabs.ai/mcp/server
 
# Start Codex
codex
When adding the MCP server, Codex will detect OAuth support and open your browser to authorize the connection.

Cursor

To add TabPFN MCP to your Cursor environment, add the snippet below to your project-specific or global .cursor/mcp.json file manually. For more details, see the Cursor documentation.
{
  "mcpServers": {
    "tabpfn": {
      "url": "https://api.priorlabs.ai/mcp/server"
    }
  }
}
Once the server is added, Cursor will attempt to connect and display a Needs login prompt. Click on this prompt to authorize Cursor to access your Prior Labs account.

n8n

Watch the video below to learn how to integrate TabPFN with n8n workflows.