fileai-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fileai-mcpextract invoice details from this receipt"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π fileAI MCP Server Overview
The fileAI MCP Server offers a robust set of tools to work with the fileAI file processing pipeline. It allows for uploading files, performing Optical Character Recognition (OCR), classifying documents, and extracting structured data. The server leverages the Model Context Protocol (MCP) to provide seamless integration with AI models, enabling them to work with your documents programmatically.
β¨ Features
End-to-end File Processing: From file upload to structured data extraction β manage the entire lifecycle of your files
AI-Powered: Leverage powerful AI models for OCR, file classification, and structured data extraction.
Schema Management: Define, update, and manage schemas to control how data is extracted for your specific needs
Asynchronous Processing: Upload files and track processing status asynchronously
Related MCP server: Segmenting AI Workflow MCP Server
β Requirements
To use the FileAI MCP Server, make sure you have:
A fileAI account - Sign up or login here (https://orion.file.ai/en/sign-up)

A fileAI API Key - After creating your fileAI account, you can generate your API Key

Verified AI Schemas in your fileAI account if you want to receive deterministic responses
Our system automatically suggests extraction and data fetch schemas. In our UI, confirm or edit the schema to call it directly

An MCP client (e.g., Cursor or Claude Desktop)
npx installed in your environment (usually comes with Node.js)
βοΈ Configuration
π§ Configuring Cursor
HTTP Transport
Open Cursor Settings (Ctrl/Cmd + ,)
Navigate to
Tools & Integration β MCP ToolsClick
+ New MCP Server
Use the configuration below:
{
"mcpServers": {
"FileAI": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.file.ai",
"--header",
"accept: application/json",
"--header",
"x-api-key:${API_KEY}"
],
"env": {
"API_KEY": "<YOUR_FILEAI_API_KEY>"
}
}
}
}Note: Make sure to replace <YOUR_FILEAI_API_KEY> with your actual fileAI API key.
Verify that the MCP Server is set up correctly. You should see that tools are enabled.

π€ Configuring Claude
To add the fileAI MCP Server to Claude:
Go to your Claude Integrations page
Click
+ Add integrationIn the URL field, enter:
https://mcp.file.ai/sse?x-api-key=Bearer YOUR_API_API_KEY_HEREReplace YOUR_API_API_KEY_HERE with your actual fileAI API key.

***Please note that Claude has restrictive rules regarding the ability to send PII via MCP. Please ensure that your use case is consistent with Claudeβs Terms of Service.
π Getting Help
If you're having issues, please reach out to support@file.ai
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that enables Claude to perform OCR on local files using Mistral AI's document processing capabilities. It converts documents and images into markdown format for seamless analysis and interaction.
- Flicense-qualityCmaintenanceThis MCP server provides tools for OCR and keyword extraction, enabling AI workflows to be split into discrete steps for easier testing, tuning, and cost control.
- Flicense-qualityCmaintenanceAn HTTP MCP server that receives a file and a JSON schema, extracts text via local OCR, and fills the JSON values, with optional LLM fallback for unresolved fields.
- Alicense-qualityBmaintenanceMCP server that extracts clean text, tables, and structured data from documents, images, code, and audio files, supporting 97 formats with OCR, transcription, and code intelligence.MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yoβ¦
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fileAI/file-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server