The markdown workspace your AI can read, search, and suggest edits in — every change signed.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-airbuzz-syncpen-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The markdown workspace your AI can read, search, and suggest edits in — every change signed.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / writing
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Manage Supabase projects — databases, auth, storage, and edge functions
Copy/paste detector for programming source code, supports 223 formats. AI-ready with token-efficient reporter, skill and MCP server.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
MCP Security Weekly
Get CVE alerts and security updates for io.github.airbuzz/syncpen-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.
| Tool | Description |
|---|---|
syncpen_search | Search documents by title and body content (full text) |
syncpen_read | Read a document's content as markdown |
syncpen_list_folders | List all folders |
syncpen_list_documents | List documents, optionally by folder |
syncpen_create | Create a new document |
syncpen_update | Update a document's title and/or content |
syncpen_suggest_edit | Propose an edit as a pending suggestion a human accepts/rejects (doc unchanged until accepted) |
syncpen_list_suggestions | List a document's pending (or all) suggestions |
syncpen_list_comments | Read comment threads (with replies, line numbers, authors) |
syncpen_reply_comment | Reply to a comment thread (signed, notifies @mentions) |
syncpen_resolve_comment | Mark a comment thread resolved |
syncpen_move_document | Move a document into a folder, or to the root |
syncpen_delete_document | Delete a document (moved to trash) |
syncpen_create_folder | Create a folder (optionally nested) |
syncpen_rename_folder | Rename a folder |
syncpen_move_folder | Move a folder under a new parent, or to the root |
syncpen_delete_folder | Delete a folder and its contents (moved to trash) |
syncpen_publish | Publish a document to WordPress, Ghost, or Sanity |
syncpen_list_connections | List connected CMS targets and their connectionIds |
syncpen_recent_changes | A time-ordered feed of who created/edited/trashed which documents, and when |
syncpen_related | Given a document, suggest what else to read — blends co-access (docs worked on together) with the /editor links |
Once configured, ask Claude Code: