New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@googleworkspace/developer-mcp

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@googleworkspace/developer-mcp

An MCP (Model Context Protocol) server for accessing and searching Google Workspace documentation, enabling AI assistants and tools to retrieve up-to-date information.

latest
Source
npmnpm
Version
0.7.1
Version published
Weekly downloads
23
283.33%
Maintainers
2
Weekly downloads
 
Created
Source

@googleworkspace/developer-mcp

npm version NPM Downloads GitHub Issues or Pull Requests GitHub last commit GitHub License Test Release

A Model Context Protocol, server that provides tools for accessing and searching Google Workspace documentation.

The Model Context Protocol (MCP) is a standard that enables AI assistants to access external tools and data through a network of specialized servers.

This server enables AI assistants and other tools to:

  • Retrieve up-to-date information about Google Workspace APIs and services
  • Fetch official Google Workspace documentation and snippets

To get started, you can add this server to your MCP client configuration.

{
  "type": "stdio",
  "command": "npx",
  "args": ["-y", "@googleworkspace/developer-mcp"]
}

Development

Contributions are welcome! Please see our Contributing Guide for more information.

pnpm install
pnpm build
pnpm test
pnpm check
pnpm lint

To add a new version for a pull request, run:

pnpm changeset add

If changes are made to the documentation, you can update the documentation by running:

pnpm readme

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Disclaimer

This is not an official Google product.

Keywords

google workspace

FAQs

Package last updated on 08 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts