Back to Apps

Vivo AIGC MCP SDK
Supports UIby dingdinglz
Comprehensive Go SDK for Vivo AI capabilities including LLM, Vision, OCR, TTS, and MCP tool integration.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI agents to Vivo's suite of AIGC capabilities, providing a bridge to the BlueLM (70B) and a variety of specialized AI services for multimodal interaction.
Tools
Chat: Standard conversational interface with BlueLM.VisionChat: Image-based analysis and multimodal interaction.OCR: Optical Character Recognition for extracting text and coordinates from images.TTS: Text-to-Speech for generating natural audio and voice cloning.Translate: Multilingual text translation.TextVector: Semantic embedding generation for RAG workflows.GeoPOISearch: Geographical point-of-interest search and location data retrieval.
Installation
Add the following to your claude_desktop_config.json (requires the Go environment and the SDK installed):
{
"mcpServers": {
"vivo-aigc": {
"command": "go",
"args": ["run", "github.com/dingdinglz/vivo"],
"env": {
"APPID": "your_app_id",
"APPKEY": "your_app_key"
}
}
}
}
Supported hosts
- claude
Quick install
go get github.com/dingdinglz/vivoInformation
- Pricing
- free
- Published
- 5/27/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Configure via claude_desktop_config.json with APPID and APPKEY.





