Guides
Connect Cursor
Add sheets-mcp to Cursor IDE using the MCP settings panel or mcp.json.
Prerequisites
- Cursor IDE installed (v0.43 or later recommended)
- A sheets-mcp account at sheets-mcp-xi.vercel.app
Steps
-
Open Cursor MCP settings.
Go to Cursor → Settings → Features → MCP Servers. Or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search MCP: Add Server. -
Add a new MCP server.
Click Add new MCP server and enter:
- Name:
sheets-mcp - URL:
https://sheets-mcp-xi.vercel.app/api/mcp - Transport: Auto (Cursor negotiates SSE or HTTP automatically)
Or edit
~/.cursor/mcp.jsondirectly:{ "mcpServers": { "sheets-mcp": { "url": "https://sheets-mcp-xi.vercel.app/api/mcp" } } } - Name:
-
Reload Cursor.
Cmd+Shift+P→ Developer: Reload Window to apply the config. -
Authorize via Google OAuth.
The first time Cursor calls a sheets-mcp tool, it opens the OIDC authorize URL in your browser. Sign in and grant Sheets + Drive scopes.