dev-mcp-servers
Provides tools for ElevenLabs text-to-speech, sound effect generation, listing available voices, and user character usage limits.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dev-mcp-serversPreview the ElevenLabs text-to-speech request for 'Hello world'."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Development MCP Servers (dev-mcp-servers)
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, and Model downloading.
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, and request payload without triggering remote API calls 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 HTTP call.
Related MCP server: ElevenLabs MCP Server
Setup & Installation
git clone /home/gemini/repos/dev-mcp-servers
cd dev-mcp-servers
npm installRunning Tests
Run the full test suite using Node's native test runner:
npm testOr test individual MCP servers:
npm run test:elevenlabs
npm run test:meshyAntigravity 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"
}
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityAmaintenanceAn official Model Context Protocol (MCP) server that enables AI clients to interact with ElevenLabs' Text to Speech and audio processing APIs, allowing for speech generation, voice cloning, audio transcription, and other audio-related tasks.Last updated271,504MIT- Flicense-qualityCmaintenanceAn MCP server that provides text-to-speech, speech-to-text, and voice management via ElevenLabs API.Last updated1
- Alicense-qualityBmaintenanceOfficial MCP server that enables interaction with ElevenLabs Text to Speech and audio processing APIs. It allows generating speech, cloning voices, transcribing audio, and creating sound effects through natural language.Last updatedMIT
- AlicenseAqualityCmaintenanceA full-featured MCP server for the ElevenLabs API that brings text-to-speech, speech-to-text, voice cloning, sound effects, music, audio isolation, dubbing, and account tools to any MCP client.Last updated28MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for Google Veo AI video generation
MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kbs-cloud/dev-mcp-servers'
If you have feedback or need assistance with the MCP directory API, please join our Discord server