G
Google Docs
Read and edit Google Docs.
·No reviews yet
Share:
About
Auto-generated
Google Docs is a Model Context Protocol server in the Productivity category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Install Google Docs
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"google-docs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-docs"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"google-docs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-docs"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"google-docs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-docs"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.