MCP server for Vertex AI and Gemini tools, including grounded answers, documentation research, and filesystem workflows.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vertex-ai-mcp-server": {
"command": "npx",
"args": [
"-y",
"shariqriazz/vertex-ai-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add vertex-ai-mcp-server npx -y shariqriazz/vertex-ai-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"vertex-ai-mcp-server": {
"command": "npx",
"args": [
"-y",
"shariqriazz/vertex-ai-mcp-server"
]
}
}
}