Skip to main content

Quickchat AI MCP Server

Project description

Quickchat AI MCP server

The Quickchat AI MCP (Model Context Protocol) server allows you to let anyone plug in your Quickchat AI Agent into their favourite AI app such as Claude Desktop, Cursor, VS Code or Windsurf.

Quickstart

  1. Create a Quickchat AI account and start a 7-day trial of any plan.
  2. Set up your AI's Knowledge Base, capabilities and settings.
  3. Go to the MCP page to activate your MCP, give it Name, Description and (optional) Command. They are important, AI apps need to understand when to contact your AI, what its capabilities and knowledge are.
  4. That's it! Now you're ready to test your Quickchat AI via any AI app and show it to the world!

Claude tool anatomy
Claude tool anatomy

Prerequisite

Install uv using:

curl -LsSf https://astral.sh/uv/install.sh | sh

or read more here.

Test with Claude Desktop

Configuration

Go to Settings > Developer > Edit Config. Open to edit the claude_desktop_config.json file in a text editor. If you're just starting out, the file is going to look like this:

{
  "mcpServers": {}
}

This is where you can define all the MCPs your Claude Desktop has access to. Here is how you add your Quickchat AI MCP:

{
  "mcpServers": {
    "< QUICKCHAT AI MCP NAME >": {
      "command": "uv run",
      "args": ["quickchat-ai-mcp"],
      "env": {
        "SCENARIO_ID": "< QUICKCHAT AI SCENARIO ID >",
        "API_KEY": "< QUICKCHAT AI API KEY >"
      }
    }
  }
}

Go to the Quickchat AI app > MCP > Integration to find the above snippet with the values of MCP Name, Scenario Id and API Key filled out.

Test with Cursor

Configuration

Go to Settings > Cursor Settings > MCP > Add new global MCP server and include the following:

{
  "mcpServers": {
    "< QUICKCHAT AI MCP NAME >": {
      "command": "uv run",
      "args": ["quickchat-ai-mcp"],
      "env": {
        "SCENARIO_ID": "< QUICKCHAT AI SCENARIO ID >",
        "API_KEY": "< QUICKCHAT AI API KEY >"
      }
    }
  }
}

As before, you can find values for MCP Name, Scenario Id and API Key at Quickchat AI app > MCP > Integration.

Test with other AI apps

Other AI apps will most likely require the same configuration as the one show above ☝️but the actual steps to include it in the App itself will be different. We will be expanding this README as we go along.

Launch your Quickchat AI MCP to the world!

⛔️ Do not publish your Quickchat API key to your users!

Once you're ready to let other users connect your Quickchat AI MCP to their AI apps, share the configuration steps. However, you need to make sure they can use your Quickchat AI MCP without your Quickchat API key. Here is how to do that:

  1. On the Quickchat App MCP page, turn the Require API key toggle OFF.
  2. Share the configuration snippet without the API key. Below is the Claude Desktop example:
{
  "mcpServers": {
    "< QUICKCHAT AI MCP NAME >": {
      "command": "uv",
      "args": ["quickchat-ai-mcp"],
      "env": {
        "SCENARIO_ID": "< QUICKCHAT AI SCENARIO ID >"
      }
    }
  }
}

Cool features

  • You can control all aspects of your MCP from the Quickchat dashboard. One click and your change is deployed. That includes the MCP name and description - all your users need to do is refresh their MCP connection.
  • View all conversations in the Quickchat Inbox. Remember: those won't be the exact messages your users send to their AI app but rather the transcript of the AI <> AI interaction between their AI app and your Quickchat AI. 🤯
  • Unlike most MCP implementation, this isn't a static tool handed to an AI. It's an open-ended way to send messages to Quickchat AI Agents you create.

Running from source

Debugging with the MCP inspector

uv run mcp dev src/__main__.py

Debugging with Claude Desktop, Cursor or other AI apps

Use the following JSON configuration:

{
  "mcpServers": {
    "< QUICKCHAT AI MCP NAME >": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "--with",
        "requests",
        "mcp",
        "run",
        "< YOUR PATH>/quickchat-ai-mcp/src/__main__.py"
      ],
      "env": {
        "SCENARIO_ID": "< QUICKCHAT AI SCENARIO ID >",
        "API_KEY": "< QUICKCHAT AI API KEY >"
      }
    }
  }
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quickchat_ai_mcp-0.0.4.tar.gz (6.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quickchat_ai_mcp-0.0.4-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file quickchat_ai_mcp-0.0.4.tar.gz.

File metadata

  • Download URL: quickchat_ai_mcp-0.0.4.tar.gz
  • Upload date:
  • Size: 6.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for quickchat_ai_mcp-0.0.4.tar.gz
Algorithm Hash digest
SHA256 d554c4cecaa1a94eaab72edc69e1ec6b5ead9e3fd2d929cdbdf5ca8e2608f712
MD5 016d5cf59309491684e8297b889b91d6
BLAKE2b-256 6ec2c9d0b539e1f8df9903fbe618d0fa8f9c787e9c8247004967f132774030ec

See more details on using hashes here.

File details

Details for the file quickchat_ai_mcp-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for quickchat_ai_mcp-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 20ffecde5a51751df5a94d5d6e1f68d388903067f2faf18589d519d1cfff7582
MD5 c5008466b9e1e4df24944598da218068
BLAKE2b-256 846bb5f597dd8928532481144185892752d0901cd509831a658b3b874f7b2f33

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page