Stats
Actions
Tags
From agent-media
Connects to the Agent Media API for media processing, analysis, or generation tasks. Requires an AGENT_MEDIA_API_KEY.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"agent-media": {
"command": "npx",
"args": [
"-y",
"-p",
"@agentmedia/mcp-server@latest",
"agent-media-mcp"
],
"env": {
"AGENT_MEDIA_API_KEY": "${AGENT_MEDIA_API_KEY}"
}
}
}
}Replace placeholder values for: AGENT_MEDIA_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
AGENT_MEDIA_API_KEY=${AGENT_MEDIA_API_KEY}Sensitive values you must provide — never committed to source control
npx claudepluginhub gitroomhq/agent-media --plugin agent-media