支持多种大模型对话/生图/音频的MCP服务器
Project description
foxbobbyMCP
多模态大模型 MCP 服务器,支持对话、生图、音频等能力,自动调用 cloudAPI 支持的多种大模型。
功能
- fox_chat:对话(支持 OpenAI/Deepseek 等)
- fox_image:生图(支持 OpenAI/Midjourney 等)
- fox_audio:文本转音频(支持 OpenAI TTS)
安装
pip install foxbobbyMCP
.env 配置
在项目根目录下创建 .env 文件,内容如下:
CLOUD_API_URL=https://你的cloudapi服务器地址
CLOUD_API_KEY=你的API密钥
PYPI_TOKEN=你的pypi token
启动 MCP 服务器
# 使用 uvx 启动
uvx foxbobbyMCP
# 或直接运行
python -m foxbobbyMCP
MCP 工具说明
fox_chat(prompt: str, model: str = "gpt-4.1"):对话fox_image(prompt: str, model: str = "dall-e-3", size: str = "1024x1024"):生图fox_audio(text: str, model: str = "tts-1", voice: str = "alloy"):文本转音频
平台集成(如阿里云百炼)
MCP服务配置示例:
{
"mcpServers": {
"foxbobby-mcp": {
"command": "uvx",
"args": ["foxbobbyMCP"]
}
}
}
许可证
MIT License
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
foxbobbymcp-0.1.0.tar.gz
(4.0 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 foxbobbymcp-0.1.0.tar.gz.
File metadata
- Download URL: foxbobbymcp-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bdc0b65e2477722d31a51ee03865d840bec903dfef269c1955035a76079e08a
|
|
| MD5 |
ac3831d69b70f2c5d42920d6eba97135
|
|
| BLAKE2b-256 |
c6a4fb62fa4c8d9856ee9db8f5cdd4d8b08c010ffed857ee61fe61d15ff1d04a
|
File details
Details for the file foxbobbymcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: foxbobbymcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90cff88503191b6c1e5ff60d8c78ba88b4e63bbfe49f53698e2dc019ab8d23cc
|
|
| MD5 |
081db47cb7601b920a8d71cd01acd4fd
|
|
| BLAKE2b-256 |
cc05352c7efbe9fd39cad481ece833c5e77b708354584b2feef0a9bcf14e8318
|