What is the Writing MCP MCP server?
Metadata-first fiction editing and reasoning tools for long-form writing projects.
How to install Writing MCP
Copy-paste configuration for popular MCP clients.
WRITING_SYNC_DIRrequiredPath to the manuscript sync folder that mcp-writing indexes and edits.
DB_PATHOptional path for the SQLite index database used by the server.
OWNERSHIP_GUARD_MODEStartup ownership policy for sync-folder files.
{
"mcpServers": {
"mcp-writing": {
"command": "npx",
"args": [
"-y",
"@hanna84/mcp-writing"
],
"env": {
"WRITING_SYNC_DIR": "<YOUR_WRITING_SYNC_DIR>",
"DB_PATH": "<YOUR_DB_PATH>",
"OWNERSHIP_GUARD_MODE": "<YOUR_OWNERSHIP_GUARD_MODE>"
}
}
}
}{
"mcpServers": {
"mcp-writing": {
"command": "npx",
"args": [
"-y",
"@hanna84/mcp-writing"
],
"env": {
"WRITING_SYNC_DIR": "<YOUR_WRITING_SYNC_DIR>",
"DB_PATH": "<YOUR_DB_PATH>",
"OWNERSHIP_GUARD_MODE": "<YOUR_OWNERSHIP_GUARD_MODE>"
}
}
}
}{
"mcpServers": {
"mcp-writing": {
"command": "npx",
"args": [
"-y",
"@hanna84/mcp-writing"
],
"env": {
"WRITING_SYNC_DIR": "<YOUR_WRITING_SYNC_DIR>",
"DB_PATH": "<YOUR_DB_PATH>",
"OWNERSHIP_GUARD_MODE": "<YOUR_OWNERSHIP_GUARD_MODE>"
}
}
}
}{
"servers": {
"mcp-writing": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hanna84/mcp-writing"
],
"env": {
"WRITING_SYNC_DIR": "<YOUR_WRITING_SYNC_DIR>",
"DB_PATH": "<YOUR_DB_PATH>",
"OWNERSHIP_GUARD_MODE": "<YOUR_OWNERSHIP_GUARD_MODE>"
}
}
}
}claude mcp add mcp-writing --env WRITING_SYNC_DIR=<YOUR_WRITING_SYNC_DIR> --env DB_PATH=<YOUR_DB_PATH> --env OWNERSHIP_GUARD_MODE=<YOUR_OWNERSHIP_GUARD_MODE> -- npx -y @hanna84/mcp-writingRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.