tabpfn-mcp
Verified Safeby NeelayS
Overview
An MCP server that enables AI assistants to train and run TabPFN models for tabular classification and regression tasks.
Installation
uv run tabpfn-mcpEnvironment Variables
- TABPFN_TOKEN
Security Notes
The server itself does not contain 'eval', obfuscation, or hardcoded secrets. It explicitly discloses that all data processing, training, and inference are performed remotely by Prior Labs' TabPFN API, involving data transfer to their servers. Local file operations for CSV input/output rely on the calling AI assistant to provide safe paths; no advanced path sanitization is performed by the server, which is typical for local developer tools. Users must be aware of and consent to TabPFN's data handling policies.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
luma-mcp
Provides multi-model vision understanding capabilities to AI assistants that lack native image understanding.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.