MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

V
Venice MCP Server

Venice AI MCP Server for Claude Code, Cline, and AI agents

Created 2/3/2026
Updated about 21 hours ago
Repository documentation and setup instructions

Venice MCP Server\n\nInitial repository setup. See PR for implementation.

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/veniceai/venice-mcp-server
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "veniceai-venice-mcp-server": { "command": "git", "args": [ "clone", "https://github.com/veniceai/venice-mcp-server" ] } } }