Pic Nicked
БесплатноНе проверенEnables searching Google Custom Search Engine for images and saving them directly to the user's project directory.
Описание
Enables searching Google Custom Search Engine for images and saving them directly to the user's project directory.
README
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
- Go to Google Programmable 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
- Go to Google Cloud Console API Credentials
- 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 mom
Request additional results
Find 5 more images
Save a specific result to your project
Save the 3rd image to the "yourmom" folder
The 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 credentials - Run
pnpm install && pnpm dev - Update 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"]
}
}
}
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
Установка Pic Nicked
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/micfogas/mcp-picnickFAQ
Pic Nicked MCP бесплатный?
Да, Pic Nicked MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Pic Nicked?
Нет, Pic Nicked работает без API-ключей и переменных окружения.
Pic Nicked — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Pic Nicked в Claude Desktop, Claude Code или Cursor?
Открой Pic Nicked на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Pic Nicked with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
