Loading MCP server directory, please wait...
Turn any document into a production-ready RAG dataset from Claude, Cursor, or any MCP host.
npx @getmcp/cli add app.faqai/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
FAQAI_API_KEYFAQai API key (requires a paid plan). Create one at https://faqai.app/settings/api-keys
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"app.faqai/mcp-server": {
"command": "npx",
"args": [
"-y",
"@faqai/mcp-server"
],
"env": {
"FAQAI_API_KEY": "",
"FAQAI_BASE_URL": ""
}
}
}
}