Docsie MCP Server

Local stdio bridge for the hosted Docsie MCP server.

Remote serverstreamable-httpPython

What is the Docsie MCP server?

Docsie MCP server exists for a simple reason — assistants are far more useful when they can act on Docsie directly instead of describing what you should do. Local stdio bridge for the hosted Docsie MCP server.

What you get

Docsie MCP connects AI assistants to Docsie's AI documentation platform for knowledge base search, help center and product documentation retrieval, video-to-docs automation, native multi-video comparison, Word template fill, policy/compliance checks, presentation creation, content imports, publishing workflows, scoped Docsie agent runs, and CLI-friendly AI credit top-ups.

  • Search approved knowledge bases, help centers, product docs, SOPs, release notes, and support articles
  • Retrieve article content and workspace structure from Docsie
  • Turn product demos, training videos, screen recordings, and walkthroughs into step-by-step documentation
  • Fill customer Word templates from video analysis while preserving the original DOCX layout
  • Check videos, audio, text, and generated documentation against policy rules such as PII, HIPAA, brand, training QA, or custom policies
  • Create presentation-ready output and live presenter sessions from generated video documentation

What the assistant can call

Once Docsie is connected, these are the calls the assistant has available:

  • workspace_read — read and search Docsie knowledge
  • workspace_write — create and update documentation content, save comparisons, and manage persistent workspace Word fill templates
  • video_docs — video-to-docs workflows, native video compare/combine jobs, Word template fill, policy checks, advanced annotations, and comparison support
  • video_presentation — presentation-oriented video analysis, PPTX export workflows, and live presenter sessions
  • imports — file import, website extraction, research workflows, and web-backed comparisons
  • publishing — deployments, visibility, file requests, and related publishing tools
  • billing — approved paid workflow options through CLI-friendly Stripe Checkout links and x402 payment requests
  • agent_runs — start, monitor, cancel, and fetch remote Docsie background agent runs, with voice discovery tools when enabled for the workspace
  • Docsiehttps://www.docsie.io/
  • Apphttps://app.docsie.io/
  • Documentationhttps://docsie.com/

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration and credentials

You will need 5 environment variables: DOCSIE_MCP_TOKEN, DOCSIE_MCP_EXPECTED_WORKSPACE_ID, DOCSIE_MCP_E2E_VIDEO_URL, DOCSIE_MCP_E2E_WORKSPACE_ID, DOCSIE_MCP_E2E_EXISTING_FINAL_JOB_ID. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Choosing this one

This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Docsie's toolset — workspace_read, workspace_write, video_docs and 8 more — is a fair guide to whether it matches your workflow. It is maintained by Docsie; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Docsie's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 11 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Docsie.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the docsie mcp server does with a few real requests.

Available tools

ToolWhat it does
workspace_readread and search Docsie knowledge
workspace_writecreate and update documentation content, save comparisons, and manage persistent workspace Word fill templates
video_docsvideo-to-docs workflows, native video compare/combine jobs, Word template fill, policy checks, advanced annotations, and comparison support
video_presentationpresentation-oriented video analysis, PPTX export workflows, and live presenter sessions
importsfile import, website extraction, research workflows, and web-backed comparisons
publishingdeployments, visibility, file requests, and related publishing tools
billingapproved paid workflow options through CLI-friendly Stripe Checkout links and x402 payment requests
agent_runsstart, monitor, cancel, and fetch remote Docsie background agent runs, with voice discovery tools when enabled for the workspace
Docsiehttps://www.docsie.io/
Apphttps://app.docsie.io/
Documentationhttps://docsie.com/

How to install the Docsie MCP server

{
  "mcpServers": {
    "docsie": {
      "type": "http",
      "url": "https://app.docsie.io/mcp"
    }
  }
}

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

Configuration

VariableDescriptionRequired
DOCSIE_MCP_TOKENCredential the server authenticates with.Yes
DOCSIE_MCP_EXPECTED_WORKSPACE_IDConfiguration value read at startup.Optional
DOCSIE_MCP_E2E_VIDEO_URLEndpoint or connection string the server talks to.Yes
DOCSIE_MCP_E2E_WORKSPACE_IDConfiguration value read at startup.Optional
DOCSIE_MCP_E2E_EXISTING_FINAL_JOB_IDConfiguration value read at startup.Optional

Example prompts to try

  • Use Docsie to workspace read.
  • Use Docsie to workspace write.
  • Use Docsie to video docs.

Frequently asked questions

It connects Docsie to MCP-compatible AI assistants such as Claude and Cursor, exposing 11 tools (workspace_read, workspace_write, video_docs, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Docsie directly.