FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"FastGPT": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-FastGPT"
]
}
}
}