Overview
What is Dataproc MCP Server?
A production-ready Model Context Protocol (MCP) server for Google Cloud Dataproc operations, featuring intelligent parameter injection, enterprise-grade security, and comprehensive tooling. Designed for seamless integration with Roo (VS Code) and also supports Claude.ai web app via HTTPS tunneling and OAuth.
How to use Dataproc MCP Server?
Add the server to your Roo MCP settings using the npx command, or install globally with npm install -g @dipseth/dataproc-mcp-server and run dataproc-mcp-server. For Claude.ai, start the server with HTTP and OAuth flags, then run a Cloudflare tunnel to expose it.
Key features of Dataproc MCP Server
- 22 production-ready MCP tools for Dataproc management.
- Semantic search with optional Qdrant integration.
- Response optimization: 60–96% token reduction.
- Generic type conversion system for automatic transformations.
- Enterprise security: input validation, rate limiting, audit logging.
- Multi‑environment support with smart defaults.
Use cases of Dataproc MCP Server
- Manage Dataproc clusters, jobs, and configurations from an AI assistant.
- Submit Hive, Spark, PySpark, Presto jobs with reduced parameters.
- Monitor job status and cluster analytics in real-time.
- Semantically search cluster data and knowledge base.
- Integrate with CI/CD pipelines for automated Dataproc operations.
FAQ from Dataproc MCP Server
What dependencies does Dataproc MCP Server require?
Requires Node.js; optional Qdrant for semantic search and Cloudflare tunnel for Claude.ai integration.
How does authentication work?
Supports service account impersonation, direct service account key, application default credentials, and hybrid authentication with fallbacks.
Can Dataproc MCP Server be used with Claude.ai?
Yes, with full compatibility via HTTPS tunneling (Cloudflare) and OAuth authentication.
What are smart defaults?
Intelligent parameter injection reduces up to 80% of required parameters for Dataproc operations.
Is there automated testing?
Yes, the project maintains 90%+ test coverage with a comprehensive test suite.