Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Gws Mcp Server
  4. vs PasteSheet — Google Sheets
Side-by-Side Model Context Protocol Comparison

Gws Mcp Server vs PasteSheet — Google Sheets

In-depth architectural comparison of the Gws Mcp Server and PasteSheet — Google Sheets MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Gws Mcp Server
Workplace & Productivity · Local stdio
Quality: 47/100 (Fair) | Auth: OAuth 2.0
PasteSheet — Google Sheets
Workplace & Productivity · Local stdio
Quality: 27/100 (Emerging) | Auth: No auth required
Verdict Summary: Choose Gws Mcp Server if you need specialized Workplace & Productivity tools running via a local process. Choose PasteSheet — Google Sheets if your workspace requires Workplace & Productivity integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Gws Mcp Server logo

Choose Gws Mcp Server when:

  • You need dedicated capabilities in the Workplace & Productivity domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: OAuth 2.0 (Free / Open Source).
  • You have access to required keys: GOOGLE_WORKSPACE_CLI_KEYRING_BACKEND.
  • Primary tools included: Curated toolset limiting context window bloat, Explicit MCP annotations for side effect reasoning, Supports read-only mode with 20 tools.
Explore Gws Mcp Server Details
P

Choose PasteSheet — Google Sheets when:

  • You need dedicated capabilities in the Workplace & Productivity domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
Explore PasteSheet — Google Sheets Details

Feature & Specification Comparison

Specification
Gws Mcp Server logo
Gws Mcp Server
conorbronsdon
Workplace & Productivity
P
PasteSheet — Google Sheets
Workplace & Productivity
SummaryGoogle Workspace MCP server exposing 23 curated tools for Drive, Sheets, Calendar, Docs, and Gmail via the gws CLI.Query your Google Sheets as structured JSON: list sheets and tabs, read schemas, filter rows.
Category & ScopeWorkplace & Productivity

Tools & Capabilities Breakdown

Gws Mcp Server Tools (6)

Curated toolset limiting context window bloat
Explicit MCP annotations for side effect reasoning
Supports read-only mode with 20 tools
Configurable services exposure via CLI flags
Built on official Google Workspace CLI (gws)
No tool for sending emails to enhance safety

PasteSheet — Google Sheets Tools (0)

No explicit tool names declared in metadata yet. Check project README on main listing page.

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Gws Mcp Server Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "conorbronsdon-gws-mcp-server": {
      "command": "npx",
      "args": [
        "gws-mcp-server",
        "--services",
        "drive,sheets,calendar,docs,slides,gmail,tasks"
      ],
      "env": {
        "GOOGLE_WORKSPACE_CLI_KEYRING_BACKEND": "YOUR_GOOGLE_WORKSPACE_CLI_KEYRING_BACKEND_HERE"
      }
    }
  }
}
PasteSheet — Google Sheets Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "pastesheet-google-sheets": {
      "command": "npx",
      "args": [
        "-y",
        "pastesheet-google-sheets"
      ]
    }
  }
}

Frequently Asked Questions

Gws Mcp Server is categorized under Workplace & Productivity and uses a local stdio subprocess. In contrast, PasteSheet — Google Sheets belongs to Workplace & Productivity using local stdio subprocess. Select Gws Mcp Server when you need capabilities focused on workplace & productivity and PasteSheet — Google Sheets when you require tools for workplace & productivity.

More alternatives to Gws Mcp ServerMore alternatives to PasteSheet — Google SheetsWorkplace & Productivity category hub

Related MCP Server Comparisons

Popular comparisons with Gws Mcp Server

  • Google Workspace MCP Server logoGws Mcp Server vs Google Workspace MCP Server
  • Google Workspace Mcp logoGws Mcp Server vs Google Workspace Mcp
  • Ve Gws logoGws Mcp Server vs Ve Gws
  • Mcp Gsuite logoGws Mcp Server vs Mcp Gsuite

Popular comparisons with PasteSheet — Google Sheets

Workplace & Productivity
Quality signal47/100 (Fair)27/100 (Emerging)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementOAuth 2.0No auth required
Pricing ModelFree / Open SourceFree / Open Source
Required Env Vars
GOOGLE_WORKSPACE_CLI_KEYRING_BACKEND
None required
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · highnpx · low
Engagement & Health 2 views 0 copies 0 upvotes 8 stars 0 views 0 copies 0 upvotes
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Gws Mcp Server ListingView PasteSheet — Google Sheets Listing
  • Excel Mcp Server logoPasteSheet — Google Sheets vs Excel Mcp Server
  • Mcp Server Atlassian Jira logoPasteSheet — Google Sheets vs Mcp Server Atlassian Jira
  • Boss Agent Cli logoPasteSheet — Google Sheets vs Boss Agent Cli
  • Ews Meeting Mcp logoPasteSheet — Google Sheets vs Ews Meeting Mcp