A Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
A Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.

git clone https://github.com/eniayomi/gcp-mcp
cd gcp-mcp
npm install
Open Claude desktop app and go to Settings -> Developer -> Edit Config
Add the following entry to your claude_desktop_config.json:
via npm:
{
"mcpServers": {
"gcp": {
"command": "sh",
"args": ["-c", "npx -y gcp-mcp"]
}
}
}
If you installed from source:
{
"mcpServers": {
"gcp": {
"command": "npm",
"args": [
"--silent",
"--prefix",
"/path/to/gcp-mcp",
"start"
]
}
}
}
Replace /path/to/gcp-mcp with the actual path to your project directory if using source installation.
{
"gcp": {
"command": "npx -y gcp-mcp"
}
}
~/.windsurf/config.json (create if it doesn't exist){
"mcpServers": {
"gcp": {
"command": "npx -y gcp-mcp"
}
}
}
AI/MLUnified MCP gateway providing AI agents access to 100+ production-ready tools through a single connection. Includes Google Search, web scraping, SEO tools, keyword research, and more with enterprise-grade security (SOC 2, ISO 27001, GDPR).
Official Model Context Protocol server providing file system access for reading, writing, searching, and managing files with configurable access controls.
MCP server for GitHub API integration enabling repository management, issue tracking, PR operations, code search, and branch management directly from Cursor.
MCP server for PostgreSQL database interaction enabling schema inspection, query execution, and database management directly from Cursor AI.
MCP server for SQLite database interaction providing schema exploration, query execution, and data analysis capabilities.
MCP server for Docker container management enabling container lifecycle operations, image management, and Docker Compose support from Cursor.
Workflows from the Neura Market marketplace related to this Cursor resource