MCP Directory

incentivai/quickchat-ai-mcp

GitHub
Other

Launch your conversational Quickchat AI agent as an MCP to give AI apps real-time access to its Knowledge Base and conversational capabilities.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y quickchat-ai-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from incentivai/quickchat-ai-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "quickchat-ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "quickchat-ai-mcp"
      ]
    }
  }
}

Route incentivai/quickchat-ai-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add quickchat-ai-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use incentivai/quickchat-ai-mcp directly without routing

npx -y quickchat-ai-mcp

New to Agent-CoreX? View setup guide →

incentivai/quickchat-ai-mcp MCP Server — Agent-CoreX