AI FeaturesMCP Servers

MCP Servers

Compare the Reader MCP Server and the Authoring MCP Server, and choose the right one for reading published docs or authoring them.

Two servers, two audiences

Documentation.AI provides two MCP servers. They differ by who connects to them.

The Reader MCP Server is your endpoint, served from your documentation domain. Your readers connect to it to search and reference your published documentation: customers, support teams, internal users, and the AI tools they work in. Public content is available without authentication. Private, partial, and password-protected content is accessible through OAuth 2.1 or machine-to-machine credentials. This server was previously called the Docs MCP Server.

The Authoring MCP Server is Documentation.AI's endpoint. Your documentation team connects to it from an AI coding tool to edit pages, manage branches, and deploy changes.

Compare the servers

Reader MCP ServerAuthoring MCP Server
Who connectsYour readers, support teams, and internal usersYour documentation team
EndpointYour docs domain, for example docs.yourdomain.com/_mcp (or /_mcp/auth for access-controlled sites)api.documentationai.app/mcp
AccessRead-only. Public content without authentication, gated content with OAuth 2.1 or machine-to-machine credentialsRead and write
SetupNone for public sites. For access-controlled sites, connect with OAuth 2.1 or use machine-to-machine credentials.Connect your client, then sign in with OAuth 2.1
PermissionsPublic content, or gated content scoped by access roles on MCP credentialsYour Documentation.AI workspace role

If you are choosing between them, ask who is connecting. If the answer is "someone reading my documentation," use the Reader MCP Server. If the answer is "someone changing my documentation," use the Authoring MCP Server.

Go to the server you need

If you would rather use HTTP

The Documentation.AI REST API covers largely the same documentation-management tasks as the Authoring MCP Server, through a different interface. Use the REST API when you want direct HTTP access from your own scripts, services, or CI/CD, and use the Authoring MCP Server when you want an MCP-compatible AI client to do the work. See the API reference overview.