Loading languages...
@F

@flatfile/mcp-server

@FlatFilers

Flatfile MCP Server允许AI助手(如Claude Desktop、Claude Code、Cursor等)直接与Flatfile数据交互,支持100+ Flatfile API端点,可管理表格、工作簿、空间等数据操作。

flatfile
data-management
ai-assistant

# 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