Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Leverage Cursor’s powerful new MCP feature with this lightweight Python FastMCP server with a Google Docs agent.

README.md

![MseeP.ai Security Assessment Badge](https://mseep.ai/app/jdeats76-cursorbridgemcp)

cursorbridgemcp

Leverage Cursor’s powerful new MCP feature with this lightweight Python FastMCP server with a Google Docs agent. You can easily add additioanl agents

What Else Can You Expose?

The power of this setup lies in its flexibility. Beyond Google Docs, the same pattern applies to virtually any API. By dropping new files into your tools/ folder, you can instantly extend your MCP server to support other services - like Airtable, Slack, Jira, etc… or even internal systems. The beauty of the Model Context Protocol (MCP) is that it standardizes how large language models discover and interact with tools. It tells the LLM what functions exist, what parameters they expect, and what kind of output to anticipate - all without hardcoding behavior into the model itself.

installation notes

You'll need to create a mcp.json file with the JSON code below. Path information formatted for MacOS You'll need to adapt for Windows, replace with location of your code and your_user_name

mcp.json

{
  "mcpServers": {
    "gdocs": {
      "command": "/Users/[your_user_name]/Code/Python/Projects/CursorBridgeMCP/.venv/bin/python",
      "args": ["/Users/[your_user_name]/Code/Python/Projects/CursorBridgeMCP/mcpserver.py"],
      "type": "command"
    }
  }
}

on MacOS this file will go in /[your_user_name]/~/.cursor/mcp.json on windows it's in the user's profile \.cursor folder these are hidden folders on both OSs

generating a credentials.json file -

NOTE: you must do this!!! without credentials.json gdoc agent will have no way to authenticate with Google.

  1. If you do not have a Google Cloud Account you can create one for free

https://cloud.google.com/gcp

  1. Navigate to the Google Cloud Welcome Page and create a new project

https://console.cloud.google.com/welcome

  1. With your new project selected, navigate to

https://console.cloud.google.com/apis/credentials

  1. Enable APIs: Google Drive & Google Docs
  2. Create OAuth 2.0 Client ID → Desktop app
  3. Download credentials.json to tools/gdocs/

Testing for successful install

  1. Launch Cursor and go to Cursor > Settings -> Cursor Settings
  2. Click on the MCP Tools tab
  3. You should see an entry for "gdocs" with a little green circle.

If you see a yellow or red circle that means there is some issue

  1. If setup is successful you can now include Google Doc request in your prompts from within cursor.

For example after a detailed explanation given to a prompt request, you might follow up with "Please create a new google doc called 'dev notes' and summarize your findings"

Cursor can now use Google Docs!

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Vector & Memory servers.