Documize Server
БесплатноНе проверенA Model Context Protocol (MCP) server that provides seamless integration with the Documize API. This server enables AI assistants like Claude to interact with y
Описание
A Model Context Protocol (MCP) server that provides seamless integration with the Documize API. This server enables AI assistants like Claude to interact with your Documize knowledge base - search documents, manage spaces, handle attachments, and more.
README
A Model Context Protocol (MCP) server that provides seamless integration with the Documize API. This server enables AI assistants like Claude to interact with your Documize knowledge base - search documents, manage spaces, handle attachments, and more.
Features
- 🔍 Search: Full-text search across documents and content
- 📄 Documents: Complete CRUD operations for documents
- 📝 Pages: Granular page-level content management
- 📁 Spaces: Manage spaces and permissions
- 📎 Import/Export: Import documents (HTML/Markdown/Word) and export (PDF/HTML/DOCX)
- 👥 Users & Groups: User and group management
- 🧪 Well-Tested: 92.68% code coverage with comprehensive unit tests
- � Reliable: Automatic retry logic for transient errors
Complete Tool List (24 Tools)
Documents (4 tools)
get_document- Get document by ID with content and metadatalist_documents- List all documents in a spaceupdate_document- Update existing documentdelete_document- Delete a document
Note: Documents can only be created via import_document (see Import/Export tools)
Pages (5 tools)
get_pages- Get all pages in a documentget_page- Get a specific pagecreate_page- Create new page with HTML contentupdate_page- Update existing pagedelete_page- Delete a page
Spaces (4 tools)
list_spaces- List all available spacesget_space- Get space detailscreate_space- Create new spacedelete_space- Delete a space
Users (3 tools)
list_users- List all userscreate_user- Create new userdelete_user- Delete a user
Groups (2 tools)
list_groups- List all groupsjoin_group- Add user to groupleave_group- Remove user from group
Import/Export (4 tools)
import_document- Import HTML, Markdown, or Word files (creates new documents)export_pdf- Export document as PDFexport_html- Export document as HTMLexport_docx- Export document as DOCX
Note: Document creation is only possible via import_document
Search (1 tool)
search- Full-text search across documents, spaces, and attachments
Quick Start
Installation
npm install -g documize-mcp-server
Configuration
Get your Documize credentials:
- Domain (usually empty for self-hosted instances)
- Password
Encode credentials:
# For self-hosted (domain is empty) echo -n ":email:password" | base64 # For multi-tenant (with domain) echo -n "domain:email:password" | base64Configure for Claude Desktop:
Edit
~/Library/Application Support/Claude/claude_desktop_config.json:{ "mcpServers": { "documize": { "command": "documize-mcp-server", "env": { "DOCUMIZE_API_URL": "https://your-instance.com", "DOCUMIZE_API_CREDENTIALS": "your-base64-credentials" } } } }Restart Claude Desktop
VS Code GitHub Copilot
Install the server:
npm install -g documize-mcp-serverConfigure
.vscode/mcp.jsonin your workspace:{ "mcpServers": { "documize": { "command": "documize-mcp-server", "env": { "DOCUMIZE_API_URL": "https://your-instance.com", "DOCUMIZE_API_CREDENTIALS": "your-base64-credentials" } } } }Reload VS Code
Usage Examples
See QUICKSTART.md for detailed examples and docs/API-REFERENCE.md for complete API documentation.
Search Documents
Search for documents about "project requirements"
Import Document (Create)
Import this HTML file into the Engineering space to create a new document:
<h1>Meeting Notes</h1><p>Discussion about project requirements...</p>
Manage Pages
Add a new section to document abc123 with title "Introduction"
Import Document
Import the markdown file README.md into the Documentation space
Export Document
Export document abc123 as PDF
Development
Prerequisites
- Node.js 18+
- npm or yarn
- A Documize instance with API access
Setup
git clone https://github.com/artfulhacker/documize-mcp-server.git
cd documize-mcp-server
npm install
Build
npm run build
Testing
Run the full test suite with coverage:
npm test # Run all tests once
npm run test:watch # Run tests in watch mode
npm run test:ui # Run tests with interactive UI
npm run test:coverage # Run with coverage report
Test Coverage: 92.68% (68 tests across 7 test suites)
Integration Testing
Run integration tests against a live Documize instance:
npm run integration-test
Note: Integration tests require valid credentials in .env file.
Test with MCP Inspector
npm run inspector
API Documentation
- Complete API Reference - All 24 tools documented
- Documize API Docs
- MCP Specification
- TypeScript SDK
Project Status
Version: 1.1.0
Status: Production Ready
Test Coverage: 92.68% (68 unit tests + integration tests)
Tools: 24 MCP tools covering complete Documize API
Features: Auto-retry logic, comprehensive error handling, full TypeScript support
Contributing
Contributions are welcome! See CONTRIBUTING.md for guidelines.
Security
See SECURITY.md for security considerations and best practices.
License
MIT License - see LICENSE for details.
Links
- Repository: https://github.com/artfulhacker/documize-mcp-server
- Issues: https://github.com/artfulhacker/documize-mcp-server/issues
- NPM: https://www.npmjs.com/package/documize-mcp-server
- Changelog: CHANGELOG.md
Acknowledgments
Built with the Model Context Protocol by Anthropic.
Made by @artfulhacker
Установка Documize Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/artfulhacker/documize-mcp-serverFAQ
Documize Server MCP бесплатный?
Да, Documize Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Documize Server?
Нет, Documize Server работает без API-ключей и переменных окружения.
Documize Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Documize Server в Claude Desktop, Claude Code или Cursor?
Открой Documize Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Documize Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
