Back to Apps

Tiggs MCP
Supports UIby tanushappapogu-max
Open-source MCP server for high-quality image and video generation using OpenRouter media APIs.
0 stars
Works in:ChatGPT
Exposes:Tools
What it does
Tiggs MCP provides an interactive interface for generating AI-driven images and videos. It bridges the Model Context Protocol with OpenRouter's media APIs, allowing users to discover available generative models and produce visual content directly within their AI agent's workflow.
Key features
- OpenRouter Integration: Access a wide range of image and video generation models via a single API key.
- Async Video Generation: Submit video jobs and poll for completion without blocking the chat.
- Local Storage: Automatically saves generated media to a specified local directory for easy access.
- Tiggs Studio: Includes an optional web UI for manual generation and model exploration.
Installation
- Claude Desktop:
{
"mcpServers": {
"tiggs": {
"command": "node",
"args": ["/absolute/path/to/tiggs-mcp/dist/index.js"],
"env": {
"OPENROUTER_API_KEY": "your-key",
"TIGGS_OUTPUT_DIR": "/path/to/outputs"
}
}
}
}
- ChatGPT (HTTP): Use
npm run chatgptand connect via a public HTTPS URL (e.g., ngrok) at/mcp.
Supported hosts
Confirmed for Claude Desktop and ChatGPT (via HTTP MCP).
Quick install
npm install && npm run buildInformation
- Pricing
- free
- Published
- 7/21/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
ChatGPT
Point connector to https://your-url.ngrok.app/mcpClaude Desktop
Add to claude_desktop_config.json with OPENROUTER_API_KEY and TIGGS_OUTPUT_DIR env vars.




