Google Docs API
, click it, and click EnableGoogle Drive API
, click it, and click Enablehttps://www.googleapis.com/auth/documents
(for reading/writing docs)https://www.googleapis.com/auth/drive.file
(for file access)credentials.json
credentials.json
file secure! Do not share it publicly or commit it to public repositories.Terminal
and hit Return.cmd
, and hit Enter.credentials.json
file from the download folder into the mcp-googledocs-server
folder.
http://localhost/?code=
. Copy the part of the url between code=
and $scope=
(Do not include code=
and $scope=
themselves), paste it into your terminal, then click Return/Enter.
Terminal
and hit Return.cmd
, and hit Enter.cd mcp-googledocs-server
and hitting Return/Enter.pwd
on macOS or cd
on Windows, hit Return/Enter, then copy the output. (It should look something like /Users/yourname/mcp-googledocs-server)absolute path of the mcp-googledocs-server folder
in the next steps.args
field, replace <absolute path of the mcp-googledocs-server folder>
with the absolute path of the mcp-googledocs-server folder
you copied in step 5.Google Docs
, find the MCP server named Google Docs Drive, then click Installnode <absolute path of the mcp-googledocs-server folder>/dist/server.js
<absolute path of the mcp-googledocs-server folder>
with the absolute path of the mcp-googledocs-server folder
you copied in step 5 of the Step 4: Configure Claude desktop section above.