Enable inline, range-anchored Google Docs comments through an MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"abdulreh4874.github.": {
"command": "npx",
"args": [
"-y",
"Abdulreh4874/abdulreh4874.github.io"
]
}
}
}
Run in terminal:
claude mcp add abdulreh4874.github. npx -y Abdulreh4874/abdulreh4874.github.io
Add to .cursor/mcp.json:
{
"mcpServers": {
"abdulreh4874.github.": {
"command": "npx",
"args": [
"-y",
"Abdulreh4874/abdulreh4874.github.io"
]
}
}
}