googleworkspace/dev-assist
If you are the rightful owner of dev-assist and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server for Google Workspace Developer Assist provides tools for accessing and searching Google Workspace documentation.
The Google Workspace Developer Assist MCP server is designed to facilitate seamless interaction with Google Workspace APIs and services. By leveraging the Model Context Protocol, this server acts as a bridge between AI assistants and Google Workspace, enabling efficient retrieval of up-to-date information and documentation. It supports developers in previewing Google Workspace Cards, which are essential components for creating interactive and dynamic add-ons. The server is built to be easily integrated into existing MCP client configurations, providing a robust solution for developers looking to enhance their Google Workspace applications. With its focus on accessibility and ease of use, the Google Workspace Developer Assist MCP server is an invaluable tool for developers aiming to streamline their workflow and improve productivity.
Features
- Retrieve up-to-date information about Google Workspace APIs and services
- Preview Google Workspace Cards
- Seamless integration with MCP client configurations
- Supports both stdio and HTTP transport options
- Facilitates efficient interaction with Google Workspace documentation
Usages
usage with stdio
{ "type": "stdio", "command": "npx", "args": ["-y", "@googleworkspace/mcp-dev-assist", "--stdio"], "env": { "GOOGLE_API_KEY": "YOUR_API_KEY", "GOOGLE_SEARCH_ENGINE_ID": "701ecba480bf443fa" } }