plugins marketplace
← All plugins

runapi-mcp

v0.1.3

RunAPI MCP server for browsing models, checking pricing, and creating image, video, music, audio, and LLM tasks.

CodexClaude Code1 MCP serverstdio

by RunAPIApache-2.038.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/runapi-mcp/ inside the repository.

Layout

plugins/runapi-mcp/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

runapistdio
command
npx
args
-y @runapi.ai/mcp@0.1.8
env.RUNAPI_API_KEY
${RUNAPI_API_KEY}

Manifests2

plugins/runapi-mcp/.codex-plugin/plugin.json
{
  "name": "runapi-mcp",
  "version": "0.1.3",
  "description": "RunAPI MCP server for browsing models, checking pricing, and creating image, video, music, audio, and LLM tasks.",
  "skills": "./skills/",
  "author": {
    "name": "RunAPI",
    "url": "https://runapi.ai"
  },
  "homepage": "https://github.com/runapi-ai/mcp",
  "license": "Apache-2.0",
  "interface": {
    "displayName": "Runapi Mcp",
    "shortDescription": "RunAPI MCP server for browsing models, checking pricing, and creating image, video, music, audio, and LLM tasks.",
    "category": "ai-ml"
  }
}
plugins/runapi-mcp/.claude-plugin/plugin.json
{
  "name": "runapi-mcp",
  "description": "RunAPI MCP server for browsing models, checking pricing, and creating image, video, music, audio, and LLM tasks.",
  "version": "0.1.3",
  "author": {
    "name": "RunAPI",
    "url": "https://runapi.ai"
  },
  "homepage": "https://github.com/runapi-ai/mcp",
  "license": "Apache-2.0",
  "category": "ai-ml"
}