MCP servers that can update a page

4 verified servers expose a tool that can update a page or document

A doc is rarely done when it is created. A spec gets revised, a runbook gets a new step, a wiki page gets corrected. Updating a page changes the content of one that already exists, so an agent can keep documentation current in place rather than creating a second version.

These verified servers let an agent update a page or document.

Top pick

Notion

Notion

Official

Notion's hosted MCP server lets agents search, read, and write across your workspace over OAuth.

productivity4,374
Tool:
  • notion-update-page

Notion's notion-update-page changes a page's properties and content, the in-place edit for a Notion-based knowledge base.

Pick 2

Outline

Vortiago

Community

Connect an agent to your Outline wiki to search, read, write, and organize team documents.

knowledge-base150
Tool:
  • update_document

On Outline, update_document changes a document's content or metadata, keeping its id and history while the text moves on.

Pick 3

MediaWiki

Professional Wiki

Community

A maintained MCP server that connects an agent to any MediaWiki — including Wikipedia — to search, read, create, and edit pages.

knowledge-base95
Tool:
  • update-page

MediaWiki's update-page edits an existing wiki page, the revision an agent makes to a page built on Wikipedia's engine.

Pick 4

ClickUp

ClickUp

Official

ClickUp's official remote MCP server lets agents manage tasks, lists, folders, docs, time tracking, and chat across a workspace.

productivity
Tool:
  • update_document_page

For docs kept in ClickUp, update_document_page edits the content of an existing page in place.

What to know

The update is what keeps a knowledge base from rotting. An agent fixing an outdated instruction, appending a result, or correcting a fact is editing the existing page, which avoids the mess of duplicate docs that each say something slightly different. The servers here change a page by its id: Notion updates a page's properties and content, Outline a document's content or metadata, MediaWiki an existing wiki page, ClickUp a doc page's content. Editing in place keeps the page's id, history, and links intact.

Updating in place is also why remembering the page matters. An agent that cannot find the doc it wrote before will create a new one instead of revising it, and the knowledge base fills with near-duplicates. Holding the page's id lets the agent improve the canonical version rather than fork it.

Questions

How is this different from creating a page?
Creating makes a new page; updating edits one that already exists, by its id. Most documentation work is updates, since a spec or runbook changes far more often than a new one is written. Editing in place keeps the page's id, history, and links rather than spawning a duplicate.
Do I have to resend the whole page?
Depends on the tool, but the intent is to change an existing page, not replace it wholesale. An agent supplies the edit, a corrected line, a new section, against the page's id, which keeps the rest of the content and the page's identity intact.