mcpbeat Sign in

Stock Image MCP Server

local only

Stock Image MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 149 installs a week from pypi. Last commit 2 Aug 2026.

Search and download stock images from Unsplash, Pexels, Pixabay, Freepik, StockVault, and Burst

Installs per day peak 63 · avg 35 · -41% w/w
a month agotoday
149
Installs / week
pypi · stock-image-mcp
1
Stars
0 open issues
2 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Stock Image MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add images-mcp -- uvx stock-image-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "images-mcp": {
      "args": [
        "stock-image-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.images-mcp]
command = "uvx"
args = ["stock-image-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "images-mcp": {
      "args": [
        "stock-image-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "images-mcp": {
      "args": [
        "stock-image-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: UNSPLASH_ACCESS_KEY (Unsplash API access key), PEXELS_API_KEY (Pexels API key), PIXABAY_API_KEY (Pixabay API key), FREEPIK_API_KEY (Freepik API key), STOCKVAULT_API_KEY (StockVault API key), DEFAULT_PROVIDER (Provider used when a tool call passes provider="default"). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Stock Image MCP

same job, measured the same way
Pexels MCP Server
by hanoak

MCP server for the Pexels API: search & fetch stock photos, videos, and collections.

61 installs/wk local only
Pexafy
by pexafy

Semantic search over free-to-use stock photos from 9 libraries: by words, image, or similar.

answering
Pexels
by developer-ishan

MCP server for searching Pexels stock photos, videos, and curated collections.

145 installs/wk local only
Storyblocks
by rocksfrow

Unofficial Storyblocks API v2 server: search and license stock video, audio, and images.

local only
Picright
by chloepark85

License-aware images for markdown: CC/stock search, screenshots, Mermaid diagrams, provenance

32 installs/wk local only
FinBridge
by gronox

Korean stock research MCP: DART financials, global filings, daily prices and research tools.

44 tools answering
Binstockly Tools
by binstockly

Binstockly: the monthly US search demand across the sheets this product ships, read from monthly...

47 installs/wk local only
Reelfy Agent Tools
by mgnlockii

Pay-per-use AI and data tools via x402: image, video, music, voice, search, crypto. USDC.

24 tools answering

Stock Image MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Stock Image MCP?
Stock Image MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package stock-image-mcp was installed 149 times last week.
How do I connect Stock Image MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls stock-image-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Stock Image MCP?
The pypi package stock-image-mcp was installed 149 times in the last week. Week over week that is -41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Stock Image MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.