rust-openrouter-mcp

thesimj/rust-openrouter-mcp
★ 0 stars Rust Code/Dev Tools Updated today
MCP (stdio) server for OpenRouter — chat with 300+ LLMs and generate images & video from a single Rust binary. Install with `cargo install openrouter-mcp`.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rust-openrouter-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rust-openrouter-mcp"
      ]
    }
  }
}

README Excerpt

MCP (stdio) server **and** CLI for [OpenRouter](https://openrouter.ai), in a single Rust binary. Discover models, generate and edit images (with parallel variants and a sidecar manifest), describe images with a vision model, and track per-process usage — all behind one `openrouter-mcp` executable. - **Model discovery** — `list_models` with server-side filters (modality,

Tools (7)

describe_imagegenerate_imageget_resultget_usage_statslist_modelsreset_usage_statstask_id