google workspace mcp for Cursor
io.github.takiguchi-yu/google-workspace-mcp
An MCP server for Google Workspaces.
client:Cursor
transport:stdio
runtime:npm
Install google workspace mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"google-workspace-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@takiguchi-yu/google-workspace-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs