Use case · MCP
An MCP docs server your agent can actually use
Writespace is a real-time document editor with a built-in Model Context Protocol server. Your documents aren't locked inside an app — they're exposed as tools any MCP-speaking agent can call. Connect Claude, ChatGPT, Gemini, Cursor, or anything else that speaks MCP, and it can read, write, organise and query the same docs you're editing.
Free up to 10 documents — no card required.
What “MCP docs server” means here
Most note tools give you an editor and stop there. Writespace gives you the editor and the protocol layer underneath it. Every action you can take by hand — create a doc, append a paragraph, replace a section, move a folder — is also a primitive your model can call. No export, no copy-paste, no glue code.
What your agent can do
- Read — walk the workspace tree, fetch any doc as lossless JSON or markdown, and run full-text search with ranked snippets. Drops straight into an agent as RAG retrieval.
- Write — create docs, append paragraphs, replace a single section by its heading, or shallow-merge metadata. Responses stay lean so your model isn't burning context echoing what it just wrote.
-
Organise — create, rename and move folders; query by structured
metadata like
status: "accepted"to find exactly the doc the agent needs.
Built to be connected
The server is remote-hosted, HTTP-based and spec-compliant. You issue a personal access token from Settings, paste it into your client, and you're live — tokens are scoped to your account and easy to rotate or revoke. When an agent writes, the change broadcasts over Realtime and your open editor reloads the new state in the same tab. No merge guesswork.
The same shape for humans and agents
There are no projects, databases, or pages-inside-pages. Just folders, docs, and
stable IDs that survive renames. The tree you see in the sidebar is the exact tree
your agent walks via list_folders and list_docs — so what
you read and what your model reads never drift apart.
Free to start: up to 10 documents, full editor, MCP access, one access token. Pro is $5 per user / month for unlimited docs and real-time collaboration.