SkillAgentSearch skills...

google-image-search-mcp

An MCP server for Google Image Search integration

Install / Use

claude mcp add Virul360 -- npx -y github:Virul360/google-image-search-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

27/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "google-image-search-mcp", "version": "1.0.0", "description": "MCP server for Google Image Search", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node --esm src/index.ts", "test": "echo "Error: no test specified" && exit 0", "lint": "eslint --ext .ts src/", "format": "prettier --write "src/**/*.ts"" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "axios": "^1.8.4", "dotenv": "^16.4.7", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.14.0", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", "eslint": "^8.57.0", "prettier": "^3.0.0", "ts-node": "^10.9.2", "typescript": "^5.8.2" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low