Pic Nicked MCP
Allows searching for images using Google's Custom Search API and saving them to the project.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Pic Nicked MCPFind 3 images of sunset beaches"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Pic Nicked MCP
Search. See. Save. – An MCP that nicks Google photos (pics) into your chat.
Usage & Requirements
Requirements
Node.js v20+
Google Cloud Platform account (free tier sufficient)
Devin
Setup Guide
Follow these steps to set up this MCP:
Create Google Custom search engine
"Add" to create a new search engine
In "Sites to search", enter
*.reddit.com/for example, to include reddit.com in your possible search results (note: you can only add up to 50 TLDs)Name your search engine (e.g., "PicNick")
Enable "Image search" option
Click "Create"
Copy the Search engine ID - save this
Get Google API Key
Select a project
Click "+ CREATE CREDENTIALS" then "API key"
Copy the generated API key
Configure MCP
Add the following configuration to your MCP settings:
{
"mcpServers": {
"googleImagesSearch": {
"command": "npx",
"args": ["-y", "@micfogas/mcp-picnick"],
"env": {
"API_KEY": "google-api-key",
"SEARCH_ENGINE_ID": "search-engine-id"
},
"autoApprove": ["persist_image", "search_image"]
}
}
}Replace google-api-key and search-engine-id appropriately.
Example
Ask your assistant to search for images
Find 5 images of your momRequest additional results
Find 5 more imagesSave a specific result to your project
Save the 3rd image to the "yourmom" folderThe MCP will display the results as images in your chat history, and you can save them to your project.
Quick start:
Copy
.envrc.exampleto.envrcand add your Google API credentialsRun
pnpm install && pnpm devUpdate your MCP configuration for development:
{
"mcpServers": {
"googleImagesSearch": {
"command": "node",
"args": ["/abs/path/to/project/src/index.js", "--debug", "--pretty-print"],
"env": {
"API_KEY": "google-api-key",
"SEARCH_ENGINE_ID": "search-engine-id"
},
"autoApprove": ["search_image", "persist_image"]
}
}
}Related MCP server: google-image-search-mcp
Tools
🔍 search_image - Find images
query(req) - exampple, your momcount(1-10, Def. 2) - How manysafe('off'/'medium'/'high') - safefilterstartIndex- because
💾 persist_image - Download and save images to your project
url(req) - image to dltargetPath(req) - Where to save it
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables image generation using the Google Gemini API through a simple text prompt. Generated images are saved locally and hosted online via ImgBB for easy access and sharing.9
- AlicenseBqualityDmaintenanceEnables AI assistants to search, download, and analyze Google images via SerpAPI.31819ISC
- AlicenseNot gradedqualityDmaintenanceEnables web searching using Google search results with no API keys required.43MIT
- FlicenseNot gradedqualityDmaintenanceProvides tools for searching and downloading images using Google Image Search API.3
Related MCP Connectors
Search Google straight from your AI agent. Web results, images, videos, news, products, scholarly ar
Openverse Creative-Commons image + audio search
Serper MCP — wraps the Serper Google Search API (serper.dev)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/micfogas/mcp-picnick'
If you have feedback or need assistance with the MCP directory API, please join our Discord server