Gcp MCP Server — Cursor MCPs | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorMCPsGcp MCP Server
    Back to MCPs
    AI/ML

    Gcp MCP Server

    April 15, 2026
    197 copies

    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.

    Description

    # GCP MCP 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. ![GCP MCP Demo](images/claude.png) ## Features * 🔍 Query and modify GCP resources using natural language * ☁️ Support for multiple GCP projects * 🌐 Multi-region support * 🔐 Secure credential handling (no credentials are exposed to external services) * 🏃‍♂️ Local execution with your GCP credentials * 🔄 Automatic retries for improved reliability ## Prerequisites * Node.js * Claude Desktop/Cursor/Windsurf * GCP credentials configured locally (application default credentials) ## Installation 1. Clone the repository: ```bash git clone https://github.com/eniayomi/gcp-mcp cd gcp-mcp ``` 2. Install dependencies: ```bash npm install ``` ## Configuration ### Claude Desktop 1. Open Claude desktop app and go to Settings -> Developer -> Edit Config 2. Add the following entry to your `claude_desktop_config.json`: via npm: ```json { "mcpServers": { "gcp": { "command": "sh", "args": ["-c", "npx -y gcp-mcp"] } } } ``` If you installed from source: ```json { "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. ### Cursor 1. Open Cursor and go to Settings (⌘,) 2. Navigate to AI -> Model Context Protocol 3. Add a new MCP configuration: ```json { "gcp": { "command": "npx -y gcp-mcp" } } ``` ### Windsurf 1. Open `~/.windsurf/config.json` (create if it doesn't exist) 2. Add the MCP configuration: ```json { "mcpServers": { "gcp": { "command": "npx -y gcp-mcp" } } } ``` ### GCP Setup 1. Set up GCP credentials: - Set up application default credent
    Visit

    Comments

    More MCPs

    View all
    DevTools

    Cursor MCP Filesystem Server

    Official Model Context Protocol server providing file system access for reading, writing, searching, and managing files with configurable access controls.

    Featured
    DevTools

    GitHub MCP Server

    MCP server for GitHub API integration enabling repository management, issue tracking, PR operations, code search, and branch management directly from Cursor.

    Featured
    Database

    PostgreSQL MCP Server

    MCP server for PostgreSQL database interaction enabling schema inspection, query execution, and database management directly from Cursor AI.

    Featured
    Database

    SQLite MCP Server

    MCP server for SQLite database interaction providing schema exploration, query execution, and data analysis capabilities.

    DevOps

    Docker MCP Server

    MCP server for Docker container management enabling container lifecycle operations, image management, and Docker Compose support from Cursor.

    DevTools

    Sentry MCP Server

    MCP server for Sentry error tracking integration enabling issue retrieval, error analysis, and debugging assistance directly from Cursor.

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.