Google Workspace Developer Assist
This is a monorepo for the Google Workspace Developer Assist project.
Packages
@googleworkspace/card-dev-assist
A utility library for generating previews of Google card components. This package provides tools to render and visualize card cards, making it easier to develop and test Google Workspace Add-ons.
@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
- Preview Google Workspace Cards
To get started, you can add this server to your MCP client configuration.
{
"type": "stdio",
"command": "npx",
"args": ["-y", "@googleworkspace/mcp-dev-assist", "--stdio"],
"env": {
"GOOGLE_API_KEY": "YOUR_API_KEY",
"GOOGLE_SEARCH_ENGINE_ID": "701ecba480bf443fa"
}
}
Tip: Try installing with
npm i -g @googleworkspace/mcp-dev-assistto be able to debug installation issues.
See the usage section for more details on how to configure and run this server including HTTP transport options.
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.
Support
For support, please open an issue on GitHub.
Google Workspace Developer Assist
Project Details
- googleworkspace/dev-assist
- Apache License 2.0
- Last Updated: 6/14/2025
Recomended MCP Servers
🧠 𝑴𝒆𝒎𝒐𝒓𝒚-𝑷𝒍𝒖𝒔 is a lightweight, local RAG memory store for MCP agents. Easily record, retrieve, update, delete, and...
MCP server to provide Jira Tickets information to AI coding agents like Cursor
Model Context Protocol server for OpenStreetMap data
Waldzell AI's monorepo of MCP servers. Use in Claude Desktop, Cline, Roo Code, and more!
MCP server for interfacing with Godot game engine. Provides tools for launching the editor, running projects, and capturing...
Home Assistant MCP Server
A TypeScript-based MCP server that enables testing of REST APIs through Cline. This tool allows you to test...
Hanzo AI + Hanzo Dev exposed via MCP.
The Unitree Go2 MCP Server is a server built on the MCP that enables users to control the...
MCP server of web search/fetch functionality using duckduckgo and jina api. no api key required.
Official Model Context Protocol server for Gyazo





