Resemble MCP Server
Resemble AI documentation access for AI assistants via topic lookup and search.
Data last scanned today · Reviewed today
Overview
The Resemble AI MCP server provides coding assistants with direct access to official documentation, including voice cloning, text-to-speech, and agent workflows. It uses stdio transport to serve documentation content from MDX files, allowing for context-aware code generation based on up-to-date guides and tutorials. The server organizes information into 13 distinct topics, such as SDKs, SSML, and streaming, and provides a full-text search capability. By integrating the OpenAPI 3.0 specification directly into the MCP client, developers can ensure their AI assistants have accurate request and response schemas for Resemble API interactions.
Our verdict
This server carries a high risk level with a security score of 33/100. Key factors influencing this rating include the lack of an editorial review and the fact that its authentication methods and read-only status have not yet been evaluated for safety. While the project benefits from having zero direct dependencies, its status as a community-maintained repository with a limited contributor base means it should be used with caution in sensitive development environments.
- Zero direct dependencies reduce the supply-chain attack surface
- Provides direct access to OpenAPI 3.0 documentation schemas
- Aggregates documentation into 13 distinct, queryable topics
- Supports full-text search across all documentation MDX files
- High risk level with a security score of 33/100
- Authentication and read-only mode have not been reviewed
- Limited community presence with only 1 GitHub star
- Single contributor increases bus-factor risk
Tools
| Tool | Description | Risk |
|---|---|---|
| resemble_docs_lookup | Returns aggregated documentation for a topic. | low |
| resemble_search | Full-text search across all documentation pages. | low |
| resemble_get_page | Retrieves a specific documentation page by path. | low |
| resemble_list_topics | Lists all available topic IDs with descriptions. | low |
| resemble_api_endpoint | Get detailed OpenAPI specification for a specific API endpoint. | low |
| resemble_api_search | Search the OpenAPI spec for endpoints matching a query. | low |
Compatibility
| Client | Local | Docker | Remote | Read-only |
|---|---|---|---|---|
| ChatGPT | ||||
| Claude Desktop | ||||
| Cursor | ||||
| VS Code | ||||
| Windsurf |
Frequently asked questions
›What are the system requirements for running the Resemble MCP server?
The server requires Python 3.10 or higher.
›How do I configure my MCP client to use this server?
You must add the server to your client's configuration file using absolute paths to the server's python executable and the server.py script.
›Does this server require API keys or external authentication?
No, the server is designed to expose local Resemble AI documentation and OpenAPI specifications; it does not list any requirements for authentication keys to function.
›What kind of data can I access through this server?
You can access documentation pages by topic or path, full-text documentation search, and OpenAPI 3.0 specifications for specific API endpoints.
›Can I request information for specific API endpoints?
Yes, you can use the resemble_api_endpoint tool to retrieve exact request and response schemas, parameters, and types for a specific API method and path.
Alternatives
Badge
Maintain this server? Add the live badge to your README.