XPDevs Image Search
An MCP server that lets LM Studio search the web for images and show them inline in chat. It uses DuckDuckGo (no API key needed) and supports customization of image count, site restriction, and dimensions.
README
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
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 |
|---|---|
query |
What to search for. Keep it descriptive. |
count |
How many images to return (1-10, default 1). |
site |
Optional. Restrict to one domain (eg "reddit.com", "unsplash.com"). |
width |
Optional. Output width in pixels. Default 800. |
height |
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 build
Do this after pulling updates or making changes to the source.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.