
Blackhawk Mcp
Read and update Google Sheets from Claude or Cursor while building spreadsheets-backed ops, content calendars, or lightweight CRMs.
Overview
io.github.000safah000-ai/blackhawk-mcp is an MCP server for the Build phase that connects coding agents to Google Sheets via OAuth2.
What is this MCP server?
- blackhawk-mcp npm package v1.0.0 stdio server for Google Sheets
- Requires Google OAuth2 GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET
- Optional GOOGLE_REDIRECT_URI for OAuth callback configuration
- Lets coding agents manipulate Sheet data without custom Apps Script for every task
- Server version 1.0.0; npm identifier blackhawk-mcp
- 2 required OAuth env vars (CLIENT_ID, CLIENT_SECRET); 1 optional REDIRECT_URI
- Repository 000safah000-ai/BlackHawkMCP on GitHub
What problem does it solve?
Manually copying sheet data into chat or writing one-off scripts for every spreadsheet task wastes time when your agent could call Sheets directly.
Who is it for?
Solo builders who operationalize data in Google Sheets and want MCP-driven read/write from Claude Code or Cursor.
Skip if: Teams needing warehouse-scale analytics, real-time collaboration APIs, or Sheets access without managing Google OAuth apps.
What do I get? / Deliverables
With OAuth env vars configured, your agent can interact with Google Sheets through BlackHawk MCP tools from the IDE.
- MCP tools for Google Sheets read/write from your agent
- OAuth2-secured connection using your Google API project
- Spreadsheet workflows driven from IDE sessions
Recommended MCP Servers
Journey fit
How it compares
Google Sheets OAuth MCP connector, not a BI dashboard or Airtable marketplace skill.
Common Questions / FAQ
Who is io.github.000safah000-ai/blackhawk-mcp for?
Developers who keep operational data in Google Sheets and want MCP agents to read and update sheets with OAuth2 credentials.
When should I use io.github.000safah000-ai/blackhawk-mcp?
Use it during build/integrations when wiring spreadsheet-backed workflows, imports, or agent-assisted data cleanup.
How do I add io.github.000safah000-ai/blackhawk-mcp to my agent?
Install blackhawk-mcp, create a Google OAuth client, set GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET (and redirect URI if required), then register stdio MCP.