Back to directory
@flatfile/mcp-server

@flatfile/mcp-server

@FlatFilers0

Enables AI assistants to interact directly with Flatfile data, providing a seamless bridge between AI and Flatfile for data management and querying.

FlatfiledataAPIAI assistantdata onboardingcontext

Installation & Configuration

{
  "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"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/28
Updated
2025/4/30