Stockflow MCP
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., "@Stockflow MCPsearch for a calm ocean background image"
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.
stockflow-mcp
Search & use 18,000+ royalty-free stock images and 4K videos from Stockflow.media inside your AI assistant — Claude Code, Cursor, OpenCode, Codex CLI, Antigravity, or any MCP-compatible tool.
Building a presentation, video, website or mockup? Ask your assistant for "a calm ocean background" or "coffee shop b-roll" and it finds matching assets, embeds the watermarked previews (free for drafts), and gives you the link to license the full-resolution file (one-time, from $1, royalty-free forever).
No API key. The catalog is public.
Tools
Tool | What it does |
| Keyword search with type (image/video), category and aspect (16:9 / 9:16 / 1:1) filters |
| List categories with covers + counts |
| Full details for one asset by File_ID |
| Save a watermarked preview locally for embedding in a project |
Related MCP server: Pixabay MCP Server
Install
Claude Code (as a plugin — includes the skill)
/plugin marketplace add NmediaCloud/stockflow-mcp
/plugin install stockflow-assets@stockflowClaude Code (MCP only)
claude mcp add stockflow -- npx -y stockflow-mcpCursor / Windsurf / Cline (mcp.json)
{ "mcpServers": { "stockflow": { "command": "npx", "args": ["-y", "stockflow-mcp"] } } }OpenCode (opencode.json)
{ "mcp": { "stockflow": { "type": "local", "command": ["npx", "-y", "stockflow-mcp"] } } }OpenAI Codex CLI (~/.codex/config.toml)
[mcp_servers.stockflow]
command = "npx"
args = ["-y", "stockflow-mcp"]Google Antigravity / Gemini CLI
Add an MCP server with command npx -y stockflow-mcp in the agent's MCP settings.
No MCP at all?
Any agent can use the public catalog directly — see llms.txt and the compact search index.
Skill only (no server)
Copy skills/stockflow-assets/ into ~/.claude/skills/ — it teaches the agent to
query the public catalog JSON with plain fetches.
Licensing
Previews are watermarked and free for drafts/mockups. Production use requires a
license bought on the asset's page (https://stockflow.media/gallery/a/<id>.html).
Full terms: https://help.stockflow.media/license/
MIT-licensed server. Catalog content © NMedia Services & Stockflow.media.
This server cannot be installed
Maintenance
Latest Blog Posts
- 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/NmediaCloud/stockflow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server