mcpbeat Sign in

FAQai MCP Server

local only

FAQai runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm.

Turn any document into a production-ready RAG dataset from Claude, Cursor, or any MCP host.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 17 · avg 7 · +122% w/w
a month agotoday
46
Installs / week
npm · @faqai/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 mcp-server -- npx -y @faqai/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@faqai/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@faqai/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@faqai/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@faqai/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FAQAI_API_KEY (FAQai API key (requires a paid plan). Create one at https://faqai.app/settings/api-keys), FAQAI_BASE_URL (Override the FAQai API base URL (defaults to https://faqai.app). Rarely needed.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to FAQai

same job, measured the same way
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
Unstructured Transform
by unstructured

Turn documents into structured, AI-ready data by parsing, enriching, chunking, and embedding.

answering
Docs Ask (local docs RAG)
by alyiox

Local RAG MCP for markdown documentation. Retrieval only; host synthesizes answers.

451 installs/wk local only
Enterprise Internal Knowledge Base: Production-Ready RAG + MCP
by kimsb2429

Production-ready RAG + MCP demo: eval-in-CI merge gate, Langfuse traces, structure-aware chunking.

local only
Ragie
by mcparmory

Ingest, manage, and retrieve documents for RAG-powered AI applications

261 installs/wk local only
FlexOrch
by dev-flexorch

Classify documents, extract structured fields, mask PII, export JSONL/RAG datasets for AI agents.

806 installs/wk local only
Investbrain
by mangofolio

Investment discipline MCP server with RAG, behavior detection, journaling, and market data.

local only
DocPull
by raintree-technology

Sync public web sources into cited context packs for AI agents, RAG, and MCP clients.

1 920 installs/wk local only

FAQai — questions

Answers built from our own checks of this server.

Why is there no uptime for FAQai?
FAQai 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 @faqai/mcp-server was installed 46 times last week.
Is FAQai still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect FAQai?
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 @faqai/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use FAQai?
The npm package @faqai/mcp-server was installed 46 times in the last week. Week over week that is +122%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.