Dev Servers
БесплатноНе проверенProvides MCP servers for ElevenLabs (text-to-speech and sound effects) and Meshy.ai (3D generation), with a request preview mode to inspect API calls without in
Описание
Provides MCP servers for ElevenLabs (text-to-speech and sound effects) and Meshy.ai (3D generation), with a request preview mode to inspect API calls without incurring costs.
README
This repository provides high-quality Model Context Protocol (MCP) servers for third-party AI services:
- ElevenLabs MCP Server (
elevenlabs): Text-to-speech, sound effect generation, listing available voices, and user character usage limits. - Meshy.ai MCP Server (
meshy): Text-to-3D preview & refine, Text-to-Image concept art, Image-to-3D, Rigging, Animation, Animation Library browsing (list_animation_library), and Model downloading. - Gemini MCP Server (
gemini): Image generation and editing (generate_image, via Gemini's image model), text generation (generate_text), and model listing (list_models). - Codex Delegation MCP Server (
codex): Delegating bounded tasks to local Codex CLI agents in isolated git worktrees with structured handoffs, originally developed for Thera (Craft-Realm) refactoring.
Features
Request Preview Mode (Dry-Run / Token Cost Prevention)
All tools support Request Preview Mode so you can inspect the precise HTTP target URL, method, headers, request payload, or CLI delegation commands without triggering remote API calls, spawning workers, or burning credits/tokens.
Request Preview mode can be activated in two ways:
- Tool Argument: Pass
"preview": truein the tool input arguments when invoking any tool. - Environment Variable: Set
REQUEST_PREVIEW=1(orPREVIEW_MODE=1/DRY_RUN=1) in your environment.
When active, the tool response returns a structured JSON summary of the request instead of executing the remote call or spawning subprocesses.
Setup & Installation
git clone /home/gemini/repos/dev-mcp-servers
cd dev-mcp-servers
npm install
Running Tests
Run the full test suite using Node's native test runner:
npm test
Or test individual MCP servers:
npm run test:elevenlabs
npm run test:meshy
npm run test:gemini
npm run test:codex
Antigravity Integration
In ~/.gemini/config/mcp_config.json:
{
"mcpServers": {
"elevenlabs": {
"command": "node",
"args": ["/home/gemini/repos/dev-mcp-servers/elevenlabs/server.js"],
"env": {
"ELEVENLABS_API_KEY": "your_api_key_here"
}
},
"meshy": {
"command": "node",
"args": ["/home/gemini/repos/dev-mcp-servers/meshy/server.js"],
"env": {
"MESHY_API_KEY": "your_api_key_here"
}
},
"gemini": {
"command": "node",
"args": ["/home/gemini/repos/dev-mcp-servers/gemini/server.js"],
"env": {
"GEMINI_API_KEY": "your_api_key_here"
}
},
"codex": {
"command": "node",
"args": ["/home/gemini/repos/dev-mcp-servers/codex/server.js"]
}
}
}
Codex CLI Integration
In ~/.codex/config.toml or <project-root>/.codex/config.toml:
[mcp_servers.codex]
command = "node"
args = ["/home/gemini/repos/dev-mcp-servers/codex/server.js"]
Prompting the AI to use generate_image
Antigravity/Gemini clients pass each tool's name, description, and inputSchema to the model when deciding which tool to call — there's no separate "hint" channel. The generate_image tool's description explicitly says it is "the primary image-generation tool of this server" and should be preferred for AI image generation/editing requests, which is normally enough for the model to pick it up automatically when a user asks for an image. If you want to force it, you can also just say "use the generate_image tool" in your prompt.
Установка Dev Servers
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/kbs-cloud/dev-mcp-serversFAQ
Dev Servers MCP бесплатный?
Да, Dev Servers MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Dev Servers?
Нет, Dev Servers работает без API-ключей и переменных окружения.
Dev Servers — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Dev Servers в Claude Desktop, Claude Code или Cursor?
Открой Dev Servers на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Dev Servers with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
