MCP Server
Active
MIT
Google Workspace MCP Server MCP Server
io.github.conorbronsdon/gws-mcp-server
What is the Google Workspace MCP Server MCP server?
Google Workspace as 41 curated MCP tools: Gmail, Calendar, Drive, Sheets, Docs, and Tasks.
How to install Google Workspace MCP Server
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-mcp-server": {
"command": "npx",
"args": [
"-y",
"gws-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"gws-mcp-server": {
"command": "npx",
"args": [
"-y",
"gws-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gws-mcp-server": {
"command": "npx",
"args": [
"-y",
"gws-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"gws-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gws-mcp-server"
]
}
}
}Claude Code
claude mcp add gws-mcp-server -- npx -y gws-mcp-serverRelated MCP servers
Substack MCP Server
Active
Substack MCP server: posts are draft-only by design; short-form Notes publish immediately.
9
View repository →TypeScript
MIT
OP3 MCP Server
Active
OP3 podcast analytics: downloads, geography, app share, episode breakdowns. Read-only.
1
View repository →TypeScript
MIT
Podcast Index MCP Server
Active
Search the Podcast Index: podcasts, episodes, person appearances, trending, feed health.
1
View repository →TypeScript
MIT
Transistor MCP Server
Active
Manage Transistor.fm podcasts: episodes, analytics, transcripts, and webhooks.
1
View repository →TypeScript
MIT