XPDevs Image Search
Searches for images using DuckDuckGo's image search engine, returning inline image results.
Optionally restricts image search to the Reddit domain, allowing retrieval of images from Reddit posts.
Optionally restricts image search to the Unsplash domain, allowing retrieval of high-quality stock images.
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., "@XPDevs Image Searchsearch for landscape wallpapers"
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.
XPDevs Image Search
An MCP server that lets LM Studio search the web for images and show them in chat.
What it does
Searches DuckDuckGo for images (no API key needed)
Downloads and resizes images
Returns them inline in the LM Studio chat
Related MCP server: LLM Researcher
How to use it
Open LM Studio, go to the Program tab (right sidebar), click Install > Edit mcp.json, and add:
{
"mcpServers": {
"XPDevs/image-search": {
"command": "node",
"args": ["/full/path/to/image-search-mcp/dist/index.js"]
}
}
}Replace /full/path/to/ with the actual path to the folder.
Save the file. LM Studio will load the server automatically. Start a new chat and you will see search_images appear in the tools list.
Tool parameters
Parameter | What it does |
| What to search for. Keep it descriptive. |
| How many images to return (1-10, default 1). |
| Optional. Restrict to one domain (eg "reddit.com", "unsplash.com"). |
| Optional. Output width in pixels. Default 800. |
| Optional. Output height in pixels. Default 800. |
System requirements
Node.js (LM Studio bundles this, no separate install needed)
The folder must stay in place while LM Studio is running
Build from source
cd image-search-mcp
npm install
npm run buildDo this after pulling updates or making changes to the source.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- 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/XPDevs/LM-Studio-Image-Search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server