Dokumen MCP Server

MCP server universal untuk CRUD dokumen lintas format (text, JSON, YAML, CSV, XML, DOCX, XLSX, PPTX, PDF) dengan versioning, sandboxed multi-root

Local serverstdioPython

What is the Dokumen MCP server?

Most developer tooling work still happens through a UI a human drives. Dokumen MCP server moves it into the conversation instead. MCP server universal untuk CRUD dokumen lintas format (text, JSON, YAML, CSV, XML, DOCX, XLSX, PPTX, PDF) dengan versioning, sandboxed multi-root, search, batch, dan semantic search opsional.

The short version

Features  ·  Formats  ·  Quick Start  ·  Tools  ·  Docs  ·  Benchmark  ·  Contributing

Getting it running

dokumen-pintar on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.

The tools it exposes

The server publishes 12 tools. What each one is for:

  • Category — Tools
  • Workspace — workspace_list_roots · workspace_stat · workspace_tree · workspace_diagnose
  • Content — content_read · content_write · content_append · content_insert · content_replace · content_delete_range · content_patch · content_diff
  • Structured — struct_get · struct_set · struct_delete · struct_meta
  • Metadata — metadata_read · metadata_write · metadata_delete · metadata_strip · metadata_read_batch
  • Authoring — validate_spec · compose_docx · compose_pdf · compose_from_markdown · compose_to_markdown
  • Sections — section_extract · section_merge
  • Images — image_list · image_extract · image_extract_all · image_replace
  • Templates — template_list · template_install · template_render · template_render_named
  • Batch — batch_rename · batch_replace_content · batch_replace_structured · batch_delete
  • Search — search_filename · search_content · search_in_format
  • Versioning — version_list · version_diff · version_restore · version_undo · version_purge

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 12 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Dokumen.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Dokumen's toolset — Category, Workspace, Content and 9 more — is a fair guide to whether it matches your workflow.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
CategoryTools
Workspaceworkspace_list_roots · workspace_stat · workspace_tree · workspace_diagnose
Contentcontent_read · content_write · content_append · content_insert · content_replace · content_delete_range · content_patch · content_diff
Structuredstruct_get · struct_set · struct_delete · struct_meta
Metadatametadata_read · metadata_write · metadata_delete · metadata_strip · metadata_read_batch
Authoringvalidate_spec · compose_docx · compose_pdf · compose_from_markdown · compose_to_markdown
Sectionssection_extract · section_merge
Imagesimage_list · image_extract · image_extract_all · image_replace
Templatestemplate_list · template_install · template_render · template_render_named
Batchbatch_rename · batch_replace_content · batch_replace_structured · batch_delete
Searchsearch_filename · search_content · search_in_format
Versioningversion_list · version_diff · version_restore · version_undo · version_purge

How to install the Dokumen MCP server

{
  "mcpServers": {
    "dokumen-pintar": {
      "command": "dokumen-pintar",
      "args": ["--config", "/path/to/dokumen-pintar.config.json"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Dokumen to Category.
  • Use Dokumen to Workspace.
  • Use Dokumen to Content.

Frequently asked questions

It connects Dokumen to MCP-compatible AI assistants such as Claude and Cursor, exposing 12 tools (Category, Workspace, Content, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Dokumen directly.