Skip to content
Cursor

FAQai for Cursor

app.faqai/mcp-server

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

client:Cursor transport:stdio runtime:npm

Install FAQai in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@faqai/mcp-server"
      ],
      "env": {
        "FAQAI_API_KEY": "<FAQAI_API_KEY>",
        "FAQAI_BASE_URL": "<FAQAI_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

FAQai in other clients