Publish drafts to Google Docs for review, then revise and resolve reviewer comments in your AI tool
claude mcp add google-docs-comments --transport http https://strunk.io/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"google-docs-comments": {
"url": "https://strunk.io/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"google-docs-comments": {
"serverUrl": "https://strunk.io/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"google-docs-comments": {
"type": "http",
"url": "https://strunk.io/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"google-docs-comments": {
"url": "https://strunk.io/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"google-docs-comments": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://strunk.io/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://strunk.io/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.strunk--google-docs-comments/reviews or the review_server meta-tool.
POST /mcp