Quip MCP Server
Quip MCP サーバー
Quip ドキュメント操作用のモデル コンテキスト プロトコル (MCP) サーバー。これにより、Claude などの AI アシスタントから Quip ドキュメントを直接操作できるようになります。
特徴
ドキュメントの読み取り: ID で Quip ドキュメントのコンテンツを取得して表示します
コンテンツの追加: 既存のドキュメントの末尾にコンテンツを追加します
コンテンツの先頭に追加: ドキュメントの先頭にコンテンツを追加します
コンテンツの置換: ドキュメントのコンテンツを更新します
ドキュメントの作成: 新しいドキュメントの作成をサポートする予定です (現在は Web インターフェースにリダイレクトされます)
Related MCP server: Claude MCP x Google Docs
仕組み
このMCPサーバーは、ClaudeとQuipのドキュメント間のブリッジとして機能します。その仕組みは以下のとおりです。
MCPプロトコルを介してクロードからのリクエストを受信する
適切なパラメータを使用してPythonスクリプト(
quip_edit_fixed.py)を実行する結果をクロードに返す
前提条件
Node.js v18以上
タイプスクリプト
quipライブラリがインストールされたPython有効なQuipアクセストークン
インストール
このリポジトリをクローンします:
git clone https://github.com/AvinashBole/quip-mcp-server.git cd quip-mcp-server依存関係をインストールします:
npm installプロジェクトをビルドします。
npm run buildMCP 設定を構成します。
{ "mcpServers": { "quip": { "command": "node", "args": ["path/to/quip-server/build/index.js"], "env": { "QUIP_ACCESS_TOKEN": "your-quip-access-token", "QUIP_BASE_URL": "https://platform.quip.com" }, "disabled": false, "autoApprove": [] } } }
使用法
接続すると、Claude は次の MCP ツールを使用できるようになります。
quip_read_document: スレッドIDでQuipドキュメントを読むquip_append_content: ドキュメントにコンテンツを追加するquip_prepend_content: ドキュメントの先頭にコンテンツを追加するquip_replace_content: ドキュメントのコンテンツを置き換えるquip_create_document: 新しいドキュメントを作成する (現在はサポートされていません)
Claude での使用例:
<use_mcp_tool>
<server_name>quip</server_name>
<tool_name>quip_read_document</tool_name>
<arguments>
{
"threadId": "YOUR_DOCUMENT_ID"
}
</arguments>
</use_mcp_tool>Pythonスクリプト統合
サーバーは、 PYTHON_SCRIPT_PATH定数で指定されたパスにquip_edit_fixed.pyという Python スクリプトが存在することを期待しています。このスクリプトは以下の操作をサポートする必要があります。
read: 文書の内容を読むappend: 文書の末尾にコンテンツを追加するprepend: 文書の先頭にコンテンツを追加するreplace: ドキュメントの内容を更新する
ライセンス
ISCライセンス
著者
アビナッシュ・ボール
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
- AlicenseCqualityFmaintenanceA Model Context Protocol server that enables AI assistants to create, read, edit, and format Microsoft Word documents through standardized tools and resources.542,114MIT
- AlicenseNot gradedqualityAmaintenanceA Model Context Protocol server that enables AI assistants like Claude to read from, append to, and format text in Google Documents programmatically.3,704637MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables AI assistants to interact with Coda documents, allowing operations like listing, creating, reading, updating, and duplicating pages.1953762MIT
- AlicenseCqualityDmaintenanceA Model Context Protocol server that provides an interface for AI models to interact with Google Docs, enabling reading, creating, updating, and searching Google Documents.459MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
One shared context your team's AI tools read & write over MCP. No re-explaining. Free.
Appeared in Searches
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/AvinashBole/quip-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server