io.github.000safah000-ai/blackhawk-mcp
Quality Score
80
/100
BlackHawkMCP - connect AI to Google Sheets
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"blackhawk-mcp": {
"command": "npx",
"args": [
"-y",
"blackhawk-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<google_client_id>",
"GOOGLE_CLIENT_SECRET": "<your-google_client_secret>",
"GOOGLE_REDIRECT_URI": "<google_redirect_uri>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"blackhawk-mcp": {
"command": "npx",
"args": [
"-y",
"blackhawk-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<google_client_id>",
"GOOGLE_CLIENT_SECRET": "<your-google_client_secret>",
"GOOGLE_REDIRECT_URI": "<google_redirect_uri>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y blackhawk-mcp§02 Environment variables
GOOGLE_CLIENT_IDrequired
Google OAuth2 client ID
GOOGLE_CLIENT_SECRETrequiredsecret
Google OAuth2 client secret
GOOGLE_REDIRECT_URIOAuth2 redirect URI
§03 MCP Quality Score · methodology
freshness
25
completeness
5
installability
25
documentation
15
stability
10
§04 Alternatives in Documents & Spreadsheets
ac.tandem/docs-mcp
ac.tandem/docs-mcp
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
ai.adramp/google-ads
ai.adramp/google-ads
Google Ads MCP server — manage campaigns, keywords, and metrics.
AutEng MCP - Markdown Publishing & Document Share Links
ai.auteng/docs
Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai