V
Vllm MCP
A Model Context Protocol (MCP) server that enables text models to call multimodal models. This server supports both OpenAI and Dashscope (Alibaba Cloud) multimodal models, allowing text-only models to process images and other media formats through standardized MCP tools.
创建于 10/3/2025
更新于 2 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx vllm-mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"stanleychanh-vllm-mcp": {
"command": "uvx",
"args": [
"vllm-mcp"
]
}
}
}
作者服务器
其他服务器由 StanleyChanH