MCP Server
Active
MIT
io.github.dasasian/gdocs-mcp MCP Server
io.github.dasasian/gdocs-mcp
What is the io.github.dasasian/gdocs-mcp MCP server?
Treat a Google Doc like a local file: content editing, tracked-changes review, comments, tables.
How to install io.github.dasasian/gdocs-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"gdocs-mcp": {
"command": "npx",
"args": [
"-y",
"@dasasian/gdocs-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"gdocs-mcp": {
"command": "npx",
"args": [
"-y",
"@dasasian/gdocs-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gdocs-mcp": {
"command": "npx",
"args": [
"-y",
"@dasasian/gdocs-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"gdocs-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dasasian/gdocs-mcp"
]
}
}
}Claude Code
claude mcp add gdocs-mcp -- npx -y @dasasian/gdocs-mcpRelated MCP servers
MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.
0
View repository →TypeScript
MIT