Installation¶
Requirements¶
- Go 1.24+
- Google Cloud service account with Slides and Docs API access
Install from Source¶
Build from Source¶
Verify Installation¶
Using as a Library¶
To use the Google skills in your own omniskill-based server:
Then import the skills:
import (
"github.com/grokify/mcp-google/skills/slides"
"github.com/grokify/mcp-google/skills/docs"
)
See Using Skills for details.