Quickchat AI MCP server
OfficialクイックチャットAI MCPサーバー
Quickchat AI MCP (モデル コンテキスト プロトコル) サーバーを使用すると、誰でも Quickchat AI エージェントを Claude Desktop、Cursor、VS Code、Windsurfなどのお気に入りの AI アプリに接続できるようになります。
クイックスタート
Quickchat AI アカウントを作成し、任意のプランの 7 日間トライアルを開始します。
AI のナレッジベース、機能、設定をセットアップします。
MCPページにアクセスして、MCPを有効化してください。名前、説明、そして(オプションで)コマンドを入力してください。これらは重要です。AIアプリは、AIにいつアクセスすべきか、その機能や知識は何かを理解する必要があります。
これで完了です!これで、任意の AI アプリで Quickchat AI をテストし、世界に公開する準備が整いました。
Related MCP server: MCP OpenAI Server
便利なリンク
クイックスタートビデオyoutube.com/watch?v=JE3dNiyZO8w
クイックスタートのブログ投稿: quickchat.ai/post/how-to-launch-your-quickchat-ai-mcp
MCP(モデルコンテキストプロトコル)の説明: quickchat.ai/post/mcp-explained
PyPI 上の Quickchat AI MCP パッケージ: pypi.org/project/quickchat-ai-mcp
Quickchat AI MCP GitHub リポジトリ: github.com/quickchatai/quickchat-ai-mcp
前提条件
次を使用してuvをインストールします。
curl -LsSf https://astral.sh/uv/install.sh | shまたは、こちらで詳細をお読みください。
Claude Desktopでテスト
構成
Settings > Developer > Edit 」に移動します。claude_desktop_config.json ファイルをテキストエディタで開きます。初めての方は、ファイルの内容は以下のようになっているはずです。
{
"mcpServers": {}
}ここで、Claude Desktop がアクセスできるすべての MCP を定義できます。Quickchat AI MCP を追加する手順は次のとおりです。
{
"mcpServers": {
"< QUICKCHAT AI MCP NAME >": {
"command": "uvx",
"args": ["quickchat-ai-mcp"],
"env": {
"SCENARIO_ID": "< QUICKCHAT AI SCENARIO ID >",
"API_KEY": "< QUICKCHAT AI API KEY >"
}
}
}
}Quickchat AI app > MCP > Integrationに移動し、MCP 名、SCENARIO_ID、API_KEY の値が入力された上記のスニペットを見つけます。
カーソルでテスト
構成
Settings > Cursor Settings > MCP > Add new global MCP serverに移動し、Quickchat AI MCP スニペットを追加します。
{
"mcpServers": {
"< QUICKCHAT AI MCP NAME >": {
"command": "uvx",
"args": ["quickchat-ai-mcp"],
"env": {
"SCENARIO_ID": "< QUICKCHAT AI SCENARIO ID >",
"API_KEY": "< QUICKCHAT AI API KEY >"
}
}
}
}以前と同様に、MCP 名、SCENARIO_ID、API_KEY の値はQuickchat AI app > MCP > Integrationで確認できます。
他のAIアプリでテストする
他のAIアプリでも同様の設定が必要になる可能性は高いですが、アプリ自体に実装する手順は異なります。このREADMEは今後随時拡張していく予定です。
Quickchat AI MCP を世界に向けて公開しましょう!
⛔️ Do not publish your Quickchat API key to your users!他のユーザーがQuickchat AI MCPをそれぞれのAIアプリに接続できるようにする準備ができたら、設定スニペットを共有しましょう。ただし、 Quickchat APIキーがなくてもQuickchat AI MCPを使用できることを確認する必要があります。手順は以下のとおりです。
Quickchat アプリ MCP ページで、 [API キーが必要] トグルをオフにします。
API キーなしで構成スニペットを共有します。
{
"mcpServers": {
"< QUICKCHAT AI MCP NAME >": {
"command": "uvx",
"args": ["quickchat-ai-mcp"],
"env": {
"SCENARIO_ID": "< QUICKCHAT AI SCENARIO ID >"
}
}
}
}クールな機能
Quickchat AIダッシュボードから、MCPのあらゆる側面を制御できます。ワンクリックで変更が反映されます。MCP名と説明も反映されます。ユーザーはMCP接続を更新するだけで完了です。
クイックチャット受信トレイですべての会話を表示します。ただし、受信トレイに表示されるのはユーザーがAIアプリに送信したメッセージそのものではなく、ユーザーのAIアプリとクイックチャットAI間のやり取りの記録です。🤯
ほとんどのMCP実装とは異なり、これはAIに渡される静的なツールではありません。作成したQuickchat AIエージェントにメッセージを送信するための、オープンエンドな方法です。🙌
ソースから実行
MCPインスペクタによるデバッグ
uv run mcp dev src/__main__.pyClaude Desktop、Cursor、その他のAIアプリを使ったデバッグ
次の JSON 構成を使用します。
{
"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 >"
}
}
}
}テスト
コードが適切にフォーマットされ、すべてのテストが合格していることを確認します。
ruff check --fix
ruff format
uv run pytestGitHub スター履歴
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol implementation with a modular architecture that exposes capabilities through specialized agents, enabling seamless integration with Claude Desktop and web applications.2
- AlicenseAqualityDmaintenanceEnables Claude to directly invoke OpenAI's chat models (GPT-4o, GPT-4o-mini, o1-preview, o1-mini) through a Model Context Protocol integration, allowing users to query and compare responses from different AI models within Claude Desktop.11MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI clients like Cursor and Claude Desktop to interact with the MelviChat platform through the Model Context Protocol. It provides a standardized interface for consuming MelviChat API services within AI development tools.
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to access hybrid vector, reasoning-based tree retrieval, and agent memory through the Model Context Protocol (MCP), supporting Claude Desktop and other MCP-compatible clients.62Apache 2.0
Related MCP Connectors
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Connect AI agents to Replynodes over the Model Context Protocol.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quickchatai/quickchat-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server