Quip MCP サーバー
Quip ドキュメント操作用のモデル コンテキスト プロトコル (MCP) サーバー。これにより、Claude などの AI アシスタントから Quip ドキュメントを直接操作できるようになります。
特徴
- ドキュメントの読み取り: ID で Quip ドキュメントのコンテンツを取得して表示します
- コンテンツの追加: 既存のドキュメントの末尾にコンテンツを追加します
- コンテンツの先頭に追加: ドキュメントの先頭にコンテンツを追加します
- コンテンツの置換: ドキュメントのコンテンツを更新します
- ドキュメントの作成: 新しいドキュメントの作成をサポートする予定です (現在は Web インターフェースにリダイレクトされます)
仕組み
このMCPサーバーは、ClaudeとQuipのドキュメント間のブリッジとして機能します。その仕組みは以下のとおりです。
- MCPプロトコルを介してクロードからのリクエストを受信する
- 適切なパラメータを使用してPythonスクリプト(
quip_edit_fixed.py
)を実行する - 結果をクロードに返す
前提条件
- Node.js v18以上
- タイプスクリプト
quip
ライブラリがインストールされたPython- 有効なQuipアクセストークン
インストール
- このリポジトリをクローンします:
- 依存関係をインストールします:
- プロジェクトをビルドします。
- MCP 設定を構成します。
使用法
接続すると、Claude は次の MCP ツールを使用できるようになります。
quip_read_document
: スレッドIDでQuipドキュメントを読むquip_append_content
: ドキュメントにコンテンツを追加するquip_prepend_content
: ドキュメントの先頭にコンテンツを追加するquip_replace_content
: ドキュメントのコンテンツを置き換えるquip_create_document
: 新しいドキュメントを作成する (現在はサポートされていません)
Claude での使用例:
Pythonスクリプト統合
サーバーは、 PYTHON_SCRIPT_PATH
定数で指定されたパスにquip_edit_fixed.py
という Python スクリプトが存在することを期待しています。このスクリプトは以下の操作をサポートする必要があります。
read
: 文書の内容を読むappend
: 文書の末尾にコンテンツを追加するprepend
: 文書の先頭にコンテンツを追加するreplace
: ドキュメントの内容を更新する
ライセンス
ISCライセンス
著者
アビナッシュ・ボール
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Claude のような AI アシスタントが一連の専用ツールを通じて Quip ドキュメントを直接読み取り、編集できるようにするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to perform Python development tasks through file operations, code analysis, project management, and safe code execution.Last updated -5Python
- -securityAlicense-qualityA Model Context Protocol server that connects Claude and other MCP clients to Aider, enabling AI assistants to efficiently edit files, create new files, and interact with git repositories through natural language.Last updated -34PythonThe Unlicense
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to interact with Zulip workspaces, supporting capabilities such as posting messages, listing channels, sending direct messages, and accessing conversation history.Last updated -3JavaScriptApache 2.0
- AsecurityFlicenseAqualityA Model Context Protocol server that connects AI assistants like Claude to Notion workspaces, enabling them to view, search, create, and update Notion databases, pages, and content blocks.Last updated -129471JavaScript