@chatppt/mcp-server-chatppt
v1.0.16
Published
MCP server for using the Chatppt API
Readme
Chatppt MCP Server
MCP Server for the Chatppt API.
Setup
API Key
对应的API Key需要到www.yoo-ai.com进行生成。 参考教程为:教程链接
Usage with Claude Desktop
Add the following to your claude_desktop_config.json:
NPX
{
"mcpServers": {
"chatppt": {
"command": "npx",
"args": [
"-y",
"@chatppt/mcp-server-chatppt"
],
"env": {
"API_KEY": "<YOUR_API_KEY>"
}
}
}
}License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
