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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceProvides access to the Unsplash API, enabling AI assistants to search and retrieve high-quality photos, browse collections, view photographer profiles, and get photo statistics with advanced filtering options.Last updated120MIT
- AlicenseAqualityDmaintenanceEnables searching and retrieving royalty-free images and videos from Pixabay's library with advanced filtering options including category, orientation, color, size, and quality preferences.Last updated46MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to search for and retrieve images, illustrations, and videos directly from Pixabay. It provides specialized tools for discovering diverse media content like photos and animations using the Pixabay API.Last updated2MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to interact with img-src.io for uploading, searching, and managing images through natural language. It provides tools for image transformations, CDN URL generation, and account usage monitoring.Last updated873MIT
Related MCP Connectors
Upload, organize, search, and transform images, videos, and files with AI-powered tools.
Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.
Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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