SyncPen MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SyncPen MCP ServerList all documents in my 'Projects' folder."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Syncpen MCP Server
Connect Claude Code (or any MCP client) to your Syncpen workspace — the writing workspace your AI can actually write in. Your agent can search, read, draft, suggest, comment, organize, and publish in the same live documents you edit.
Don't have an account yet? Create one free at syncpen.io.
What is Syncpen great at?
Build a knowledge base your AI maintains — capture notes, docs, and clips, then let your agent organize, cross-link, and keep it current.
Write long-form where you publish — articles, docs, whole books; your agent drafts, you approve, and one call ships it to WordPress, Ghost, or Sanity.
Your agents and you on one project — everyone works in the same live documents; every edit is shared, legible, and attributed.
Edits with a paper trail — agents propose changes as signed suggestions you accept or reject. Nothing changes silently.
Research → draft → ship without leaving your tools — clip sources, let your AI draft from them, publish.
Related MCP server: mcp-outline
Quick Setup
1. Generate an API Key
Go to Settings → API Keys in your Syncpen account
Enable API Access
Create a new API key
Copy the key (you'll only see it once!)
2. Configure Claude Code
Add to your MCP configuration file (~/.mcp.json or project-level .mcp.json):
{
"mcpServers": {
"syncpen": {
"command": "npx",
"args": ["-y", "syncpen-mcp"],
"env": {
"SYNCPEN_API_KEY": "sp_your_api_key_here"
}
}
}
}That's it! Claude Code will automatically download and run the MCP server.
Available Tools
Tool | Description |
| Search documents by title and body content (full text) |
| Read a document's content as markdown |
| List all folders |
| List documents, optionally by folder |
| Create a new document |
| Update a document's title and/or content |
| Propose an edit as a pending suggestion a human accepts/rejects (doc unchanged until accepted) |
| List a document's pending (or all) suggestions |
| Read comment threads (with replies, line numbers, authors) |
| Reply to a comment thread (signed, notifies @mentions) |
| Mark a comment thread resolved |
| Move a document into a folder, or to the root |
| Delete a document (moved to trash) |
| Create a folder (optionally nested) |
| Rename a folder |
| Move a folder under a new parent, or to the root |
| Delete a folder and its contents (moved to trash) |
| Publish a document to WordPress, Ghost, or Sanity |
| List connected CMS targets and their connectionIds |
| A time-ordered feed of who created/edited/trashed which documents, and when |
| Given a document, suggest what else to read — blends co-access (docs worked on together) with the /editor links |
Usage Examples
Once configured, ask Claude Code:
"List my Syncpen folders"
"Search for documents that mention authentication"
"Read my document titled 'API Design Notes'"
"What documents do I have in my 'Projects' folder?"
"Publish my 'Launch Post' document to Ghost as a draft"
"What's changed in my workspace since yesterday?"
Development
For contributing or running from source:
git clone https://github.com/airbuzz/syncpen-mcp.git
cd syncpen-mcp
npm install
npm run build # or: npm run dev (watch mode)Point your MCP config at the built entry (node /path/to/syncpen-mcp/dist/index.js). It uses the production API by default; set SYNCPEN_API_URL only to target a local instance.
License
MIT
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/airbuzz/syncpen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server