Multi-provider media generation — images, video, audio, and transcription via a unified interface
claude mcp add multimodal -- npx -y @r16t/multimodal-mcp
claude_desktop_config.json
{
"mcpServers": {
"multimodal": {
"command": "npx",
"args": [
"-y",
"@r16t/multimodal-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"multimodal": {
"command": "npx",
"args": [
"-y",
"@r16t/multimodal-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"multimodal": {
"command": "npx",
"args": [
"-y",
"@r16t/multimodal-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"multimodal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@r16t/multimodal-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"multimodal": {
"command": "npx",
"args": [
"-y",
"@r16t/multimodal-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.rsmdt--multimodal/reviews or the review_server meta-tool.
POST /mcp