PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversart-and-culturevenice-mcp
返回「art-and-culture」

venice-mcp

modelscope·@georgeglarson/venice-mcp

art-and-culture0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

Venice MCP Server

npm version License: MIT MCP

A Model Context Protocol (MCP) server for Venice AI. Gives AI assistants like Claude access to Venice's text generation, image creation, text-to-speech, embeddings, and account management APIs.

What It Does

This MCP server lets Claude (or any MCP-compatible assistant) use Venice AI's features directly:

  • Chat with Llama, DeepSeek, Qwen, and other open models
  • Generate images using Stable Diffusion, FLUX, and more
  • Create speech from text with natural-sounding voices
  • Generate embeddings for search and RAG applications
  • Manage API keys and monitor rate limits

Quick Start

1. Get a Venice API Key

Sign up at venice.ai and create an API key in Settings API.

2. Install

npm install -g venice-mcp

3. Configure Claude Desktop

Add to your config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "venice": {
      "command": "npx",
      "args": ["-y", "venice-mcp"],
      "env": {
        "VENICE_API_KEY": "your-api-key-here"
      }
    }
  }
}

Restart Claude Desktop. You'll see Venice tools available in the menu.

Available Tools

Generation

ToolDescription
venice_chatChat with Venice AI language models
venice_generate_imageGenerate images from text descriptions
venice_upscale_imageUpscale and enhance images
venice_text_to_speechConvert text to spoken audio
venice_create_embeddingsGenerate text embeddings

Discovery

ToolDescription
venice_list_modelsList available models (text, image, code)
venice_list_charactersList character personas
venice_list_image_stylesList image style presets

Account Management

Requires an admin-level API key:

ToolDescription
venice_list_api_keysList all API keys
venice_create_api_keyCreate a new API key
venice_retrieve_api_keyGet details for a key
venice_delete_api_keyDelete an API key
venice_get_rate_limitsView rate limits and usage
venice_get_rate_limit_logsView rate limit history

Examples

Ask Claude to generate an image:

"Use Venice to create an image of a sunset over mountains"

Chat with a specific model:

"Ask Venice's DeepSeek model to explain quantum computing"

Check your usage:

"Show my Venice API rate limits"

Supported Models

Language Models: Llama 3.3 70B, DeepSeek R1, Qwen 3, Mistral, and more
Image Models: Stable Diffusion 3.5, FLUX, Fluently XL
Embeddings: BGE-M3 (1024 dimensions)
TTS: Kokoro with multiple voice options

Run venice_list_models to see all currently available models.

Requirements

  • Node.js 18+
  • Venice AI API key

Links

  • Venice AI - Platform home
  • Venice API Docs - API reference
  • MCP Documentation - Protocol spec

License

MIT - see LICENSE

相关 MCP Servers(来自「art-and-culture」)

快递100 MCP Server

快递100 MCP Server提供快递信息查询、快递运费预估比价、快递时效查询(含发货前时效查询与在途动态时效查询)等功能。

kuaidi100/kuaidi100-mcp

视频创作工具箱

视频合成、剪辑、素材创作等一系列工具。支持图生视频、一张或多张图片合成视频、一个或多个视频合成视频、支持将配音、背景音乐等进行合成,支持字幕识别、字幕打轴等功能。

MathMind/VideoCreatToolKit

图片视频生成MCP(即梦AI)

即梦AI全能力生成MCP服务是一个基于Model Context Protocol (MCP)的AI图像和视频生成工具,集成了火山引擎即梦AI的强大生成能力。

Arsene/jimenggen-mcp

Figma MCP 服务器

一个集成了Figma API的模型上下文协议服务器,允许与Figma文件、评论、组件、项目和webhook管理进行交互。

@deepsuthar496/figma-mcp-server

Figma MCP API工具

语言类型:英语 翻译结果:具有完整API功能的Figma MCP

@thirdstrandstudio/mcp-figma

光厂MCP

您可以在支持MCP协议的AI模型客户端中搜索授权的高清商业视频素材。

GuangChangVJshi/VJshi-MCP

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/georgeglarson-venice-mcp/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

npm install -g venice-mcp

基本信息

分类
art-and-culture / text-to-speech / image-and-video-processing
运行方式
No
许可证
MIT License
详情文件
georgeglarson-venice-mcp.md