mcpbeat Sign in

File AI MCP Server

local only

File AI runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 24 Jun 2026.

Agent-ready local document context with stable anchors.

Installs per day peak 11 · avg 6 · +9% w/w
a month agotoday
31
Installs / week
npm · @flyfish-dev/file-ai
3
Stars
0 open issues
24 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check File AI every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add file-ai -- npx -y @flyfish-dev/file-ai
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "file-ai": {
      "args": [
        "-y",
        "@flyfish-dev/file-ai"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.file-ai]
command = "npx"
args = ["-y", "@flyfish-dev/file-ai"]
.cursor/mcp.json
{
  "mcpServers": {
    "file-ai": {
      "args": [
        "-y",
        "@flyfish-dev/file-ai"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "file-ai": {
      "args": [
        "-y",
        "@flyfish-dev/file-ai"
      ],
      "command": "npx"
    }
  }
}

Alternatives to File AI

same job, measured the same way
MCP Documentation Server
by andrea9293

Local-first document management and semantic search for AI coding agents

98 installs/wk local only
PDF Reader MCP
by sylphxai

Evidence-first PDF MCP. Agent Document Twin with citeable page+bbox evidence.

1 599 installs/wk local only
Gdocs MCP
by dasasian

Treat a Google Doc like a local file: content editing, tracked-changes review, comments, tables.

74 installs/wk local only
The Office Worker
by cafra-house

Local-first document MCP for AI agents: create, read, secure and sign PDF/Word/Excel/PPTX.

3 632 installs/wk local only
Context
by neuledge

Local-first documentation for AI agents. Offline, instant, private doc retrieval.

683 installs/wk local only
haiku.rag
by ggozad

Local-first agentic RAG with citations - hybrid search, reranking, multimodal document retrieval

3 086 installs/wk local only
Haypile
by benyd

Hybrid search over your local documents, with file and page citations. One binary, fully local.

local only
Omitly MCP
by omitly

Omitly's local, verifiable PDF redaction for AI agents — your documents never leave your device.

429 installs/wk local only

File AI — questions

Answers built from our own checks of this server.

Why is there no uptime for File AI?
File AI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @flyfish-dev/file-ai was installed 31 times last week.
How do I connect File AI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @flyfish-dev/file-ai straight from npm; nothing to host, nothing to sign up for.
How many people use File AI?
The npm package @flyfish-dev/file-ai was installed 31 times in the last week. Week over week that is +9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is File AI open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.