Back to directory
flatfile/mcp-server-flatfile

flatfile/mcp-server-flatfile

@FlatFilers

Flatfile MCP Server enables AI assistants to interact directly with Flatfile data

flatfiledataimportexportsheetsworkbooksrecordsapidatabase

Installation & Configuration

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

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15