Back to Browse

Openrouter Mcp Multimodal MCP Server

by Stabgan
Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Chat with 300+ LLMs via OpenRouter. Analyze and generate images, audio, and video from MCP.

About

Chat with 300+ LLMs via OpenRouter. Analyze and generate images, audio, and video from MCP.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (4/4 approved).

5 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

OpenRouter API key. Get one free at https://openrouter.ai/keysRequired

Environment variable: OPENROUTER_API_KEY

Default model for chat + analyze tools. Defaults to nvidia/nemotron-nano-12b-v2-vl:free.Optional

Environment variable: OPENROUTER_DEFAULT_MODEL

Sandbox root for save_path on generate_* tools. Defaults to the current working directory.Optional

Environment variable: OPENROUTER_OUTPUT_DIR

Default max_tokens for chat_completion when unset in the request.Optional

Environment variable: OPENROUTER_MAX_TOKENS

price / throughput / latencyOptional

Environment variable: OPENROUTER_PROVIDER_SORT

CSV of provider slugs to exclude.Optional

Environment variable: OPENROUTER_PROVIDER_IGNORE

JSON array or CSV of preferred provider IDs.Optional

Environment variable: OPENROUTER_PROVIDER_ORDER

CSV of quantization levels (fp16,int8).Optional

Environment variable: OPENROUTER_PROVIDER_QUANTIZATIONS

true/false. Require providers to support all request params.Optional

Environment variable: OPENROUTER_PROVIDER_REQUIRE_PARAMETERS

allow/denyOptional

Environment variable: OPENROUTER_PROVIDER_DATA_COLLECTION

true/falseOptional

Environment variable: OPENROUTER_PROVIDER_ALLOW_FALLBACKS

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.Optional

Environment variable: OPENROUTER_CACHE_RESPONSES

Enable reasoning tokens passthrough server-wide. Adds _meta.reasoning to chat_completion responses for DeepSeek R1 / Gemini Thinking / Opus 4.7.Optional

Environment variable: OPENROUTER_INCLUDE_REASONING

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-stabgan-openrouter-multimodal": {
      "env": {
        "OPENROUTER_API_KEY": "your-openrouter-api-key-here",
        "OPENROUTER_MAX_TOKENS": "your-openrouter-max-tokens-here",
        "OPENROUTER_OUTPUT_DIR": "your-openrouter-output-dir-here",
        "OPENROUTER_DEFAULT_MODEL": "your-openrouter-default-model-here",
        "OPENROUTER_PROVIDER_SORT": "your-openrouter-provider-sort-here",
        "OPENROUTER_PROVIDER_ORDER": "your-openrouter-provider-order-here",
        "OPENROUTER_CACHE_RESPONSES": "your-openrouter-cache-responses-here",
        "OPENROUTER_PROVIDER_IGNORE": "your-openrouter-provider-ignore-here",
        "OPENROUTER_INCLUDE_REASONING": "your-openrouter-include-reasoning-here",
        "OPENROUTER_PROVIDER_QUANTIZATIONS": "your-openrouter-provider-quantizations-here",
        "OPENROUTER_PROVIDER_ALLOW_FALLBACKS": "your-openrouter-provider-allow-fallbacks-here",
        "OPENROUTER_PROVIDER_DATA_COLLECTION": "your-openrouter-provider-data-collection-here",
        "OPENROUTER_PROVIDER_REQUIRE_PARAMETERS": "your-openrouter-provider-require-parameters-here"
      },
      "args": [
        "-y",
        "@stabgan/openrouter-mcp-multimodal"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!