Stats
Actions
Tags
From cowrite
Local MCP server for the Cowrite plugin, providing file access and manipulation capabilities for collaborative writing tasks.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cowrite": {
"command": "node",
"args": [
"-e",
"const path=require('node:path');const url=require('node:url');const root=process.env.CLAUDE_PLUGIN_ROOT||process.cwd();import(url.pathToFileURL(path.join(root,'scripts/start-plugin.mjs')).href)"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
node.Command-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub spacezephyr/cowrite --plugin cowrite