incentivai/quickchat-ai-mcp
Launch your conversational Quickchat AI agent as an MCP to give AI apps real-time access to its Knowledge Base and conversational capabilities.
Quick Start
Clone the repository:
git clone https://github.com/incentivai/quickchat-ai-mcpClaude Desktop configuration example:
{
"mcpServers": {
"quickchat-ai-mcp": {
"command": "npx",
"args": [
"-y",
"incentivai/quickchat-ai-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.