Tandem Editor
Freeby MCP Community
Collaborative AI-human document editor with MCP tool integration for Claude
v0.3.2Added Apr 12, 2026
tandemmcpclaudeeditorai
Tandem Editor MCP Server
Collaborative AI-human document editor with MCP tool integration for Claude
Installation
npx -y tandem-editor
Reviews
Installation
Quick install
npx -y tandem-editor
Add to claude_desktop_config.json
{
"mcpServers": {
"tandem-editor": {
"command": "npx",
"args": ["-y", "tandem-editor"]
}
}
}