Spidergate MCP
Related Servers
Alternatives to Spidergate MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol (MCP) server that allows Claude and other MCP clients to interact with Google Calendar. This server enables AI assistants to manage your calendar events, check availability, and handle scheduling tasks.MIT
- AlicenseBqualityCmaintenanceEnables creating, modifying, and checking Google Calendar events from Claude desktop app using MCP protocol with secure OAuth2 authentication.22MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server for Google Calendar integration in Claude Desktop, enabling AI assistants to manage Google Calendar events through natural language interactions.5 npm1ISC
- AlicenseNot gradedqualityAmaintenanceMCP server that gives Claude natural-language access to Google Workspace (Sheets, Docs, Gmail, Calendar, Drive, Tasks, Contacts) via gogcli.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Google Workspace services (Gmail, Calendar, Drive, Docs, Sheets, Chat, Slides, People) through natural language using Claude Desktop, Claude Code CLI, and other MCP clients.288 npm3MIT
- AlicenseNot gradedqualityDmaintenanceA self-hosted MCP server providing Claude with authenticated access to Google Calendar, Gmail, Drive, Docs, Sheets, and Slides via 43 tools and secure OAuth2.1,044 npmMIT
TDQS
Scored across 14 tools
Each tool targets a distinct resource and action: calendar events, Google Tasks, GitHub issues/PRs, and gateway status. Within each domain, verbs like list, add, delete, complete, and comment clearly separate operations, leaving no ambiguity.
Most tools follow a verb_noun pattern (e.g., list_github_issues, delete_google_task), but there are minor inconsistencies: 'add' is used for calendar events and tasks while 'create' is used for GitHub issues/PRs, and 'get_upcoming' mixes with 'list_*'. Still, the overall pattern is readable and predictable.
With 14 tools spanning three distinct service integrations plus a status diagnostic, the count feels well-scoped. Each tool earns its place, and the number is neither bloated nor thin.
Core workflows are covered: calendar events support create/read/delete, tasks support create/read/complete/delete, and GitHub supports issues/PRs listing, creation, commenting, and file commits. Missing update operations (e.g., update event, update task, merge PR) are minor gaps that agents can work around.