@yoo-ai/mcp-server-resume
v1.0.16
Published
MCP server for using the Yoo-Resume API
Readme
YOO MCP Server
MCP Server for the Yoo-AI 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": {
"yoo-resume": {
"command": "npx",
"args": [
"-y",
"@yoo-ai/mcp-server-resume"
],
"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.
