Writer
Freeby MCP Community
A server for the Sequential Thinking MCP tool
v1.1.4Added Apr 12, 2026
mcpwriter
Writer MCP Server
A server for the Sequential Thinking MCP tool
Installation
npx -y writer-mcp-server
Reviews
Installation
Quick install
npx -y writer-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"writer": {
"command": "npx",
"args": ["-y", "writer-mcp-server"]
}
}
}