MCP Server
Active
MIT
io.github.orieg/gws-connector MCP Server
io.github.orieg/gws-connector
What is the io.github.orieg/gws-connector MCP server?
Multi-account Google Workspace MCP — Gmail, Calendar, Drive, Sheets, Docs with smart routing.
How to install io.github.orieg/gws-connector
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": {
"gws-connector": {
"command": "https://github.com/orieg/gws-connector/releases/download/v0.3.5/gws-mcp.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"gws-connector": {
"command": "https://github.com/orieg/gws-connector/releases/download/v0.3.5/gws-mcp.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gws-connector": {
"command": "https://github.com/orieg/gws-connector/releases/download/v0.3.5/gws-mcp.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"gws-connector": {
"type": "stdio",
"command": "https://github.com/orieg/gws-connector/releases/download/v0.3.5/gws-mcp.mcpb",
"args": []
}
}
}Claude Code
claude mcp add gws-connector -- https://github.com/orieg/gws-connector/releases/download/v0.3.5/gws-mcp.mcpbRelated MCP servers
YAML Workflow
Active
Expose declarative YAML-defined workflows as MCP tools over stdio
3
View repository →Python
MIT