Openrouter Multimodal MCP Server

OpenRouter MCP Multimodal The MCP server for multimodal AI agents. One install · 19 tools · 300+ OpenRouter models · text, vision, audio & video - analysis and generation. It runs locally over stdio via the published package.

People who work with image, video and chat and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 88 · #6 OF 153 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Openrouter Multimodal

before you install - you'll need

Set OPENROUTER_API_KEY before connecting.

Claude Code

claude mcp add stabgan-openrouter-mcp-multimodal -- npx -y @stabgan/openrouter-mcp-multimodal

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "stabgan-openrouter-mcp-multimodal": {
      "command": "npx",
      "args": [
        "-y",
        "@stabgan/openrouter-mcp-multimodal"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

npm package @stabgan/openrouter-mcp-multimodal - published under the repo owner's npm scope (@stabgan)

registry namespace io.github.stabgan is GitHub-verified and matches the repo owner

03 · What Openrouter Multimodal can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 19 documented tools spanning image, video, chat, completion, including chat_completion, start_chat_completion, get_chat_completion_status, analyze_image.

Capability map

Tools grouped from the project's README - what Openrouter Multimodal lets an agent do.

Generate

5 tools - e.g. Text-to-image via chat completions with reference images; Text-to-image via dedicated /api/v1/images (resolution, quality, format); Text-to-speech / music via chat completions

generate_image · generate_image_dedicated · generate_audio · generate_video · generate_video_from_image

Chat

3 tools - e.g. Text chat, web search, provider routing, caching, reasoning; Async background job for long-running reasoning models; Poll / retrieve async completion results

chat_completion · start_chat_completion · get_chat_completion_status

Analyze

3 tools - e.g. Vision - local path, URL, or data URL + question; Transcribe / analyze audio files; Describe / Q&A over video files

analyze_image · analyze_audio · analyze_video

read & search

3 tools - e.g. Poll / resume video jobs; Paginated model catalog search; Pricing, context, modalities

get_video_status · search_models · get_model_info

Text

1 tool - e.g. Dedicated TTS (/api/v1/audio/speech) - free Deepgram default, voices, speed, mp3/pcm

text_to_speech

Speech

1 tool - e.g. Dedicated STT (/api/v1/audio/transcriptions) - Whisper, GPT-4o

speech_to_text

Validate

1 tool - e.g. Cheap model ID existence check

validate_model

Rerank

1 tool - e.g. Relevance ranking for RAG

rerank_documents

Latest releases

v5.0.1 · 2026-09-05

[5.0.1] - 2026-09-05 · Patch release: dependency security updates and refreshed security policy documentation. · Security · npm transitive dependency updates - fast-uri 3.1.5 → 3.1.7 (high: SSRF/host-confusion in URI…

v5.0.0 · 2026-09-04

[5.0.0] - 2026-09-02 · Major release: retired default models replaced, minimum Node.js raised to 22, OpenAI SDK v7, modernized CI/CD and supply chain, and toolchain updates across Docker, GitHub Actions, and dev…

v4.8.0 · 2026-09-02

[4.8.0] - 2026-09-02 · Minor release: security hardening across outbound fetches and path sandbox, correctness fixes for audio/STT/caching/model lookup, and expanded validation and observability. · Security…

04 · Who maintains Openrouter Multimodal

openrouter-multimodal is maintained by stabgan. We track 2 MCP servers from stabgan - 2 actively maintained, 89 combined GitHub stars, oldest repo from Mar 2025.

05 · Facts

category
cloud infrastructure - ranked #6 of 153 actively-maintained cloud infrastructure servers as of 2026-09-18.
release cadence
7 releases in the last 90 days (latest 2026-09-05)
registry
io.github.stabgan/openrouter-multimodal (active, first published 2026-05-03 · 5 versions)
packages
npm:@stabgan/openrouter-mcp-multimodal · oci:docker.io/stabgan/openrouter-mcp-multimodal:4.5.1

06 · Openrouter Multimodal FAQ

Is Openrouter Multimodal still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 7 releases in the last 90 days. We re-verify nightly.

What can Openrouter Multimodal do?

An agent gets 19 documented tools spanning image, video, chat, completion, including chat_completion, start_chat_completion, get_chat_completion_status, analyze_image.

How do I install Openrouter Multimodal?

Run `npx -y @stabgan/openrouter-mcp-multimodal`. The README documents one environment variable (OPENROUTER_API_KEY) to set first. Set OPENROUTER_API_KEY before connecting. You can also paste the ready-made client config above.

Does Openrouter Multimodal run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Openrouter Multimodal

More cloud infrastructure MCP servers · Partd MCP · Shortcut MCP · Coolify · Search Console MCP · Killbottleneck

More TypeScript MCP servers · Phonebook · Starfetch · Starlog · Create Starter · Starwind UI MCP Server · see all