npm imaginevid-mcpstreamable-httpMITupdated 1mo ago
Open-source distribution packages for ImagineVid, an AI generation platform for images, videos, and music. This repository contains the typed REST client, a CLI, and a local stdio MCP adapter. The hosted MCP server remains the source of truth for identity, OAuth consent, scopes, credits, quotes, idempotency, owned assets, and provider lifecycle.
Was kannst du mit imaginevid ai generation machen?
ImagineVid Agent Tools AI
Open-source distribution packages for ImagineVid, an AI generation platform for images, videos, and music. This repository contains the typed REST client, a CLI, and a local stdio MCP adapter. The hosted MCP server remains the source of truth for identity, OAuth consent, scopes, credits, quotes, idempotency, owned assets, and provider lifecycle.
Choose a connection
Hosted MCP
Use the OAuth-protected Streamable HTTP endpoint when your host supports remote MCP servers:
{
"mcpServers": {
"imaginevid": {
"url": "https://imaginevid.io/api/mcp"
}
}
}
The host handles OAuth and explicit consent. The endpoint exposes
models_list, credits_get, generation_quote, generation_create, and
generation_get. See the ImagineVid website for the
product and account flow.
Local stdio MCP
After the npm package is released, configure a local host with:
{
"mcpServers": {
"imaginevid": {
"command": "npx",
"args": ["-y", "imaginevid-mcp"],
"env": {
"IMAGINEVID_API_KEY": "${IMAGINEVID_API_KEY}",
"IMAGINEVID_BASE_URL": "https://imaginevid.io"
}
}
}
}
The local adapter uses a scoped API key, never prints it, and never retries an
ambiguous submission_unknown result. It accepts product capability values and
owned asset IDs, not provider parameters, arbitrary remote URLs, or inline
base64 media.
CLI
After the npm package is released:
npm install --global imaginevid-cli
export IMAGINEVID_API_KEY="..."
imaginevid models list
imaginevid credits
The CLI also supports assets upload, generate, generations get, and
generations wait. generate quotes first and requires an exact explicit
credit confirmation plus a stable idempotency key.
Development
pnpm install
pnpm test
pnpm build
The public package metadata and release files live in:
imaginevid-client, the typed Agent REST v1 client.imaginevid-cli, the command-line adapter.imaginevid-mcp, the local stdio MCP adapter.server.json, the hosted MCP Registry metadata.
For product documentation, generation tools, and account access, visit the ImagineVid website. Source issues belong in this GitHub repository.
Security and license
Do not commit API keys or account configuration. The hosted endpoint uses OAuth; the local adapters read credentials from the environment or an owner-only local config file. Report package or security issues through the ImagineVid support page.
The public distribution code is available under MIT-0.
Installation
imaginevid ai generation zu deinem Client hinzufügen. Wähl den, den du nutzt.
{
"servers": {
"imaginevid-mcp": {
"type": "http",
"url": "https://imaginevid.io/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add imaginevid-mcp -- npx -y imaginevid-mcpcodex mcp add imaginevid-mcp -- npx -y imaginevid-mcpamp mcp add imaginevid-mcp -- npx -y imaginevid-mcp{
"mcpServers": {
"imaginevid-mcp": {
"command": "npx",
"args": [
"-y",
"imaginevid-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"imaginevid-mcp": {
"command": "npx",
"args": [
"-y",
"imaginevid-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"imaginevid-mcp": {
"command": "npx",
"args": [
"-y",
"imaginevid-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"imaginevid-mcp": {
"command": "npx",
"args": [
"-y",
"imaginevid-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"imaginevid-mcp": {
"command": "npx",
"args": [
"-y",
"imaginevid-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"imaginevid-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"imaginevid-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"imaginevid-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"imaginevid-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y imaginevid-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Unvollständig
- Dokumentation22/25
- Pflege19/25
- Vertrauen16/20
- Funktionsumfang0/15
- Installation15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 25 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.1.0Aktuell | 7. Aug. 2026 |