Openrouter Multimodal runs on your own machine — the client starts it, so there is no endpoint to ping. 349 installs a week from npm. Last commit 5 Sep 2026.
Chat with 300+ LLMs via OpenRouter. Analyze and generate images, audio, and video from MCP.
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
out = subprocess.check_output([node, "-p", "process.versions.node"], text=True).strip()
const jobDir = path.join(dir, job.id);
env = dict(os.environ)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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.
claude mcp add openrouter-multimodal -- npx -y @stabgan/openrouter-mcp-multimodal
{
"mcpServers": {
"openrouter-multimodal": {
"args": [
"-y",
"@stabgan/openrouter-mcp-multimodal"
],
"command": "npx"
}
}
}
[mcp_servers.openrouter-multimodal]
command = "npx"
args = ["-y", "@stabgan/openrouter-mcp-multimodal"]
{
"mcpServers": {
"openrouter-multimodal": {
"args": [
"-y",
"@stabgan/openrouter-mcp-multimodal"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"openrouter-multimodal": {
"args": [
"-y",
"@stabgan/openrouter-mcp-multimodal"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
OPENROUTER_API_KEY (OpenRouter API key. Get one free at https://openrouter.ai/keys), OPENROUTER_DEFAULT_MODEL (Default model for chat + analyze tools. Defaults to nvidia/nemotron-nano-12b-v2-vl:free.), OPENROUTER_OUTPUT_DIR (Sandbox root for save_path on generate_* tools. Defaults to the current working directory.), OPENROUTER_MAX_TOKENS (Default max_tokens for chat_completion when unset in the request.), OPENROUTER_PROVIDER_SORT (price / throughput / latency), OPENROUTER_PROVIDER_IGNORE (CSV of provider slugs to exclude.), OPENROUTER_PROVIDER_ORDER (JSON array or CSV of preferred provider IDs.), OPENROUTER_PROVIDER_QUANTIZATIONS (CSV of quantization levels (fp16,int8).), OPENROUTER_PROVIDER_REQUIRE_PARAMETERS (true/false. Require providers to support all request params.), OPENROUTER_PROVIDER_DATA_COLLECTION (allow/deny), OPENROUTER_PROVIDER_ALLOW_FALLBACKS (true/false), OPENROUTER_CACHE_RESPONSES (Enable response caching server-wide. Sends X-OpenRouter-Cache: true on every chat/analyze call unless overridden per-request. Zero tokens billed on cache hits.), OPENROUTER_INCLUDE_REASONING (Enable reasoning tokens passthrough server-wide. Adds _meta.reasoning to chat_completion responses for DeepSeek R1 / Gemini Thinking / Opus 4.7.).
The author declared them in the registry entry; get the values from the project itself.
Generate images, video, and audio with Glif's media-generation agent
Generate and edit images and video via OpenRouter or any OpenAI-compatible API.
Generate images and video on Google Flow (Veo, Nano Banana) from any MCP client
Generate and edit images and videos with imageat.
Generate and edit images, videos, and audio with 150+ models from 20+ vendors.
Generate images, videos, voiceovers, and captions from a chat prompt.
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
Generate images, videos, and audio using 100+ AI models via muapi.ai.
Answers built from our own checks of this server.