青年优品mcp工具集
Project description
青年优品mcp工具集
支持功能
- markdown的table 转 excel
python util/md2excel.py xxx.md xxx.xlsx
如何使用
方式1: 直接安装使用
# 安装你的服务
pip install -i https://pypi.org/simple/ -U qnvip-mcp
# 启动服务(通过你定义的命令)
qnvip-mcp
方式2: 使用 uv run
# 直接运行,无需安装(需要先上传到 PyPI)
uv run --with qnvip-mcp -U qnvip-mcp
# 或者指定 PyPI 源
uv run --with qnvip-mcp -U qnvip-mcp --index-url https://pypi.org/simple/
方式3: 在项目中使用
# 添加到项目依赖
uv add qnvip-mcp
# 运行
uv run qnvip-mcp
方式4:在 Cursor 中配置 MCP server
{
"mcpServers": {
"qnvip-tools": {
"command": "uv",
"args": ["run", "--with", "qnvip-mcp", "-U", "qnvip-mcp", "--index-url", "https://pypi.org/simple/", "qnvip-mcp"],
"env": {
"DIFY_API_KEY": "app-xxx",
"DIFY_API_URL": "https://xxx/v1/chat-messages",
"PERSONAL_AUTHORIZATION": "qwen-xxx"
}
}
}
}
# 纯文本生成测试用例
DIFY_GEN_BY_TXT_API_URL=http://xxx/v1
DIFY_GEN_BY_TXT_API_KEY=app-xxx
# 带图片生成测试用例
DIFY_GEN_BY_IMG_API_URL=http://xxx.com/v1
DIFY_GEN_BY_IMG_API_KEY=app-xxx
# 文件上传服务地址
FILE_UPLOAD_URL=http://xxx
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qnvip_mcp-0.0.11.tar.gz
(6.8 kB
view details)
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 qnvip_mcp-0.0.11.tar.gz.
File metadata
- Download URL: qnvip_mcp-0.0.11.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4b9dd9ccd433544455c84710ba0f316b90c6d032bd3cb9a6dcce36cc49f4ffb
|
|
| MD5 |
69bd79f41da6c68e984f2ccbf7deed04
|
|
| BLAKE2b-256 |
b9cc2eb63e7d78356d31e5970d79e5cc114e75bccceabd5d7b73eadf237f9462
|
File details
Details for the file qnvip_mcp-0.0.11-py3-none-any.whl.
File metadata
- Download URL: qnvip_mcp-0.0.11-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48011d88bb651eb0c6d71599a8c2849598e8f4f6113a42dc7b7ba2af8d833238
|
|
| MD5 |
eb71b7c74c90dad84a1876162025896c
|
|
| BLAKE2b-256 |
3956eda3434437a76240e599eb993780b0968ce760c71fcd1b45901b40d24bff
|