@googleworkspace/mcp-dev-assist
v0.6.0
Published
An MCP (Model Context Protocol) server for accessing and searching Google Workspace documentation, enabling AI assistants and tools to retrieve up-to-date information.
Downloads
61
Readme
@googleworkspace/mcp-dev-assist
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/mcp-dev-assist"]
}Hosted MCP Server
Coming soon!
We will provide a hosted version of this MCP server that you can use without needing to run it locally. Stay tuned for updates and follow this issue for more details: https://github.com/googleworkspace/dev-assist/issues/24
