Integrations
Supports integration with Cursor code editor, allowing users to access and interact with Quickchat AI Agents within the coding environment
Hosts the Quickchat AI MCP repository for access to source code and documentation
The Quickchat AI MCP is available as a package on PyPI for easy installation and integration
クイックチャット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 をテストし、世界に公開する準備が整いました。
便利なリンク
- クイックスタートビデオ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
をインストールします。
または、こちらで詳細をお読みください。
Claude Desktopでテスト
構成
Settings > Developer > Edit
」に移動します。claude_desktop_config.json ファイルをテキストエディタで開きます。初めての方は、ファイルの内容は以下のようになっているはずです。
ここで、Claude Desktop がアクセスできるすべての MCP を定義できます。Quickchat AI MCP を追加する手順は次のとおりです。
Quickchat AI app > MCP > Integration
に移動し、MCP 名、SCENARIO_ID、API_KEY の値が入力された上記のスニペットを見つけます。
カーソルでテスト
構成
Settings > Cursor Settings > MCP > Add new global MCP server
に移動し、Quickchat AI MCP スニペットを追加します。
以前と同様に、MCP 名、SCENARIO_ID、API_KEY の値はQuickchat AI app > MCP > Integration
で確認できます。
他のAIアプリでテストする
他のAIアプリでも同様の設定が必要になる可能性は高いですが、アプリ自体に実装する手順は異なります。このREADMEは今後随時拡張していく予定です。
Quickchat AI MCP を世界に向けて公開しましょう!
他のユーザーがQuickchat AI MCPをそれぞれのAIアプリに接続できるようにする準備ができたら、設定スニペットを共有しましょう。ただし、 Quickchat APIキーがなくてもQuickchat AI MCPを使用できることを確認する必要があります。手順は以下のとおりです。
- Quickchat アプリ MCP ページで、 [API キーが必要] トグルをオフにします。
- API キーなしで構成スニペットを共有します。
クールな機能
- Quickchat AIダッシュボードから、MCPのあらゆる側面を制御できます。ワンクリックで変更が反映されます。MCP名と説明も反映されます。ユーザーはMCP接続を更新するだけで完了です。
- クイックチャット受信トレイですべての会話を表示します。ただし、受信トレイに表示されるのはユーザーがAIアプリに送信したメッセージそのものではなく、ユーザーのAIアプリとクイックチャットAI間のやり取りの記録です。🤯
- ほとんどのMCP実装とは異なり、これはAIに渡される静的なツールではありません。作成したQuickchat AIエージェントにメッセージを送信するための、オープンエンドな方法です。🙌
ソースから実行
MCPインスペクタによるデバッグ
Claude Desktop、Cursor、その他のAIアプリを使ったデバッグ
次の JSON 構成を使用します。
テスト
コードが適切にフォーマットされ、すべてのテストが合格していることを確認します。
GitHub スター履歴
This server cannot be installed
ユーザーは、モデル コンテキスト プロトコルを通じてカスタム Quickchat AI エージェントをさまざまな AI アプリケーション (Claude Desktop、Cursor、VS Code など) に統合し、AI 間のインタラクションが可能になります。
Related MCP Servers
- AsecurityAlicenseAqualityEnables AI models to interact with messages from various messaging platforms (Mobile, Mail, WhatsApp, LinkedIn, Slack, Twitter, Telegram, Instagram, Messenger) through a standardized interface.Last updated -33PythonMIT License
- -securityFlicense-qualityA FastAPI-based implementation of the Model Context Protocol that enables standardized interaction between AI models and development environments, making it easier for developers to integrate and manage AI tasks.Last updated -5PythonMIT License
- -securityFlicense-qualityA server implementing the Model Context Protocol that enables AI assistants like Claude to interact with Google's Gemini API for text generation, text analysis, and chat conversations.Last updated -Python
- -security-license-qualityA custom Model Context Protocol implementation that integrates Perplexity AI with Claude Desktop, allowing users to access Perplexity's AI models for both single questions and multi-turn conversations.Last updated -2JavaScriptISC License