byebyebruce/mcp_server_funcat
3.1
If you are the rightful owner of mcp_server_funcat and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
MCP Server Fun Cat is a server that provides fun cat images with custom text using the Model Context Protocol.
MCP Server Fun Cat
获取一张指定带字(英文)的趣味猫咪图片的 MCP Server。
环境要求
- Python 3.10 或 UV(推荐)
安装
-
UV方式
不需要安装(uvx 直接运行 mcp-server-funcat) -
Python方式
pip install mcp-server-funcat
配置 MCP Server
-
UVX方式
{ "mcpServers": { "funcat": { "command": "uvx", "args": ["mcp-server-funcat"] } } } -
Python 方式
{ "mcpServers": { "funcat": { "command": "python", "args": ["-m", "mcp_server_funcat"] } } }
使用方法
