Loading languages...
@F

@flatfile/mcp-server

@FlatFilers

The Flatfile MCP Server enables AI assistants such as Claude Desktop, Claude Code, Cursor, and other to interact directly with your Flatfile data. This MCP Server creates a seamless bridge between AI assistants and Flatfile.

Flatfile
data
API
AI assistant
data onboarding

# mcpServer Config

{
  "mcpServers": {
    "mcp-server-flatfile": {
      "command": "npx",
      "args": [
        "-y",
        "@flatfile/mcp-server",
        "--enabled-tools",
        "..."
      ],
      "env": {
        "FLATFILE_BEARER_TOKEN": "pat_your_token_here",
        "FLATFILE_API_URL": "https://platform.flatfile.com/api/v1"
      }
    }
  }
}

# stdio

npx -y @flatfile/mcp-server
Transport:
stdio
语言:
TypeScript
创建时间:4/28/2025
更新时间:4/30/2025