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