mcp server to invoke hunyuan search
Project description
元器官方插件上下文协议(MCP)服务器,支持与强大的元器智能体交互。允许MCP客户端如Claude Desktop、Cursor、Windsurf、OpenAI Agents等进行集成。
快速开始使用 MCP 客户端
- 从元器智能体平台获取你需要插件的 API 密钥。
- 安装
uv(Python包管理器),使用curl -LsSf https://astral.sh/uv/install.sh | sh安装或查看uv仓库获取其他安装方法。 - 重要提示: 每个元器插件的ID和密钥都不相同,两者需要匹配,否则会有
token验证失败的错误
Claude Desktop
前往Claude > Settings > Developer > Edit Config > claude_desktop_config.json包含以下内容:
{
"mcpServers": {
"YuanQiAgent": {
"command": "uvx",
"args": [
"hunyuan-plugin-mcp-bingsearch"
],
"env": {
"API_KEY": "填写你调用的元器插件Token"
}
}
}
}
⚠️ 注意:API_KEY需要与插件匹配。如果出现“token验证失败”错误,请检查您的API_KEY和插件。 如果你使用Windows,你需要在Claude Desktop中启用"开发者模式"才能使用MCP服务器。点击左上角汉堡菜单中的"Help",然后选择"Enable Developer Mode"。
Cursor
前往Cursor -> Preferences -> Cursor Settings -> MCP -> Add new global MCP Server添加上述配置。
Transport
我们仅支持 stdio 传输方式
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hunyuan_plugin_mcp_bingsearch-0.1.2.tar.gz.
File metadata
- Download URL: hunyuan_plugin_mcp_bingsearch-0.1.2.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
175f942face0045281d185f6c6c8b9e8297c04a0994c0a55e7bfd8c209d3247c
|
|
| MD5 |
1ebf04b6e9e76b9410fee20a7950a044
|
|
| BLAKE2b-256 |
13ab32772267fc49235fd335330d65e1245bc9153463b85a5be97ed2c54632f0
|
File details
Details for the file hunyuan_plugin_mcp_bingsearch-0.1.2-py3-none-any.whl.
File metadata
- Download URL: hunyuan_plugin_mcp_bingsearch-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f77253cd1b013d32fd8d6d02ffd8cdb19bcc53dab210ab3e0ca58ae96ec2996
|
|
| MD5 |
bca06d233efd1485fa5b48f5e498e9c3
|
|
| BLAKE2b-256 |
250164eaa4ed8e1ecc49147f2951c1f130dcf59340c55d067b17639075d4fc92
|