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.
Frequently Asked Questions
Common questions about Google Docs.
- What is the primary function of the Google Docs MCP server?
- The Google Docs MCP server facilitates reading and editing of Google Docs. It provides programmatic access to Google Docs content and features for integration with other applications.
- How do I authenticate with the Google Docs MCP?
- This MCP uses OAuth for authentication. Users will need to grant access through a standard OAuth flow, typically by logging into their Google account and authorizing the MCP client.
- Can I use this MCP to create new Google Docs?
- The description states that the MCP allows reading and editing of Google Docs. Creating new documents would depend on the specific tools exposed by the server, which are not listed.
- What are the costs associated with using the Google Docs MCP?
- The Google Docs MCP itself is open-source and provided by the community. Any costs would be associated with the underlying Google services or potential usage limits imposed by Google's API.
- Are there any known limitations or prerequisites for using this MCP?
- A key prerequisite is a Google account with access to Google Docs. Performance may be impacted by network latency and Google API quotas, which are typically managed per user or application.
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.