D
Draft MCP Server
作者 @sgasser
Review AI-generated drafts before they go anywhere. MCP server with local review UI.
创建于 2/13/2026
更新于 11 days ago
README
Repository documentation and setup instructions
draft-mcp-server
Review AI-generated drafts before they go anywhere.
When your AI assistant writes a PR description, ticket, or message, this MCP server opens a review window first. You see a live preview, make edits if needed, and approve or reject.

Setup
Claude Code:
claude mcp add draft-mcp-server -- npx draft-mcp-server
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"draft-mcp-server": {
"command": "npx",
"args": ["draft-mcp-server"]
}
}
}
Usage
Ask your assistant to draft something:
"Draft a PR description for the auth changes"
"Write a Linear ticket for the login bug"
"Draft a Slack message about the release"
The review window opens. Edit the text on the left, see the preview on the right. Click Approve or press ⌘ Enter.
Keyboard shortcuts
⌘ Enter/Ctrl Enter— ApproveEsc— Reject⌘ C/Ctrl C— Copy to clipboard
License
MIT
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-draft-mcp-server
Cursor 配置 (mcp.json)
{
"mcpServers": {
"sgasser-draft-mcp-server": {
"command": "npx",
"args": [
"sgasser-draft-mcp-server"
]
}
}
}