Dataproc MCP Server
About
An MCP server for managing Google Cloud Dataproc operations and big data workflows, with seamless integration for VS Code.
Details
- Author
- dipseth
- GitHub stars
- 10
- Downloads
- 195
- Categories
- Cloud Service, Other, Infrastructure, Automation
Jump to
- 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.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Dataproc MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"dataproc mcp server": {
"dataproc-mcp": {
"command": "npx",
"args": [
"@dipseth/dataproc-mcp-server@latest"
]
}
}
}
}
McpServers
{
"dataproc-mcp": {
"command": "npx",
"args": [
"@dipseth/dataproc-mcp-server@latest"
]
}
}
Dataproc MCP Server
A production-ready Model Context Protocol (MCP) server for Google Cloud Dataproc operations with intelligent parameter injection, enterprise-grade security, and comprehensive tooling. Designed for seamless integration with Roo (VS Code).
🚀 Quick Start
Recommended: Roo (VS Code) Integration
Add this to your Roo MCP settings:
{
"mcpServers": {
"dataproc": {
"command": "npx",
"args": ["@dipseth/dataproc-mcp-server@latest"],
"env": {
"LOG_LEVEL": "info"
}
}
}
}
With Custom Config File
{
"mcpServers": {
"dataproc": {
"command": "npx",
"args": ["@dipseth/dataproc-mcp-server@latest"],
"env": {
"LOG_LEVEL": "info",
"DATAPROC_CONFIG_PATH": "/path/to/your/config.json"
}
}
}
}
Alternative: Global Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




