cowriter
0
Cowriter is a Model Context Protocol server designed to facilitate collaborative writing within LLM chat clients. It integrates with Claude Desktop and Telegram to manage and send messages to specific users, enhancing communication efficiency.
Cowriter
Cowriter is an MCP server designed for collaborative writing within LLM chat environments. It requires configuration with Claude Desktop and setup with Telegram for operation.
Installation
- Ensure 'uv' is installed before proceeding.
- Install Python dependencies using
uv sync
. - Configure Claude Desktop to integrate Cowriter MCP server.
Setup Telegram
- Obtain API ID and hash from Telegram API.
- Set up Telegram with
uv run setup-telegram
and follow the verification process.
Usage
- Send messages via Claude to Telegram users by specifying the message and recipient username.
Updating
- Use
git pull
,uv sync
, anduv run cowriter-install
to update dependencies with new releases.