Strunk for Claude Desktop
io.strunk/google-docs-comments
Publish drafts to Google Docs for review, then revise and resolve reviewer comments in your AI tool
client:Claude Desktop
transport:streamable-http
Install Strunk in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"google-docs-comments": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://strunk.io/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs