Back to MCP Servers
Quickchat Ai
Launch your conversational Quickchat AI agent as an MCP to give AI apps real-time access to its Knowledge Base and conversational capabilities.
support-service-managementaiagent
By incentivai
Installation
npx -y quickchat-ai-mcpConfiguration
{
"mcpServers": {
"quickchat-ai-mcp": {
"command": "npx",
"args": ["-y", "quickchat-ai-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes