Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"toolbox": {
"command": "npx",
"args": [
"-y",
"@toolbox-sdk/server",
"--stdio",
"--config",
"${TOOLBOX_TOOLS_FILE}"
],
"env": {
"GCP_PROJECT_ID": "${GCP_PROJECT_ID}",
"TOOLBOX_TOOLS_FILE": "${TOOLBOX_TOOLS_FILE}",
"GOOGLE_APPLICATION_CREDENTIALS": "${GOOGLE_APPLICATION_CREDENTIALS}"
}
}
}
}Replace placeholder values for: GOOGLE_APPLICATION_CREDENTIALS
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
GCP_PROJECT_ID=${GCP_PROJECT_ID}TOOLBOX_TOOLS_FILE=${TOOLBOX_TOOLS_FILE}GOOGLE_APPLICATION_CREDENTIALS=${GOOGLE_APPLICATION_CREDENTIALS}Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
npx claudepluginhub jpantsjoha/googlecloud-plugin