fishing-mcp-server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fishing-mcp-servercast my line"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🎣 钓鱼游戏 MCP 服务器
基于 tutusagi/ai-fishing-game 的 MCP(Model Context Protocol)服务器实现。
项目说明
这是一个文字钓鱼游戏的 MCP 服务器,可以让 Claude 通过 MCP 协议远程玩钓鱼游戏。
Related MCP server: Claude-LMStudio-Bridge
功能特性
✅ 完整的钓鱼游戏引擎
✅ MCP 协议支持
✅ HTTP 接口(适合 Render 等平台部署)
✅ 持久化存档
✅ 确定性随机(相同种子产生相同结果)
本地测试
# 安装依赖
pip install -r requirements.txt
# 启动 HTTP 服务器
python app.py
# 测试健康检查
curl http://localhost:10000/health部署到 Render
步骤 1: 准备 Git 仓库
# 在项目目录下初始化 Git
git init
git add .
git commit -m "Initial commit"
# 推送到 GitHub(需要先在 GitHub 创建仓库)
git remote add origin https://github.com/你的用户名/fishing-mcp-server.git
git push -u origin main步骤 2: 在 Render 上部署
访问 Render.com
注册/登录账号
点击 "New +" → "Web Service"
连接你的 GitHub 仓库
配置如下:
Name:
fishing-mcp-serverRuntime:
Python 3Build Command:
pip install -r requirements.txtStart Command:
python app.pyPlan: 选择 Free(免费套餐)
点击 "Create Web Service"
步骤 3: 获取服务器地址
部署完成后,Render 会给你一个地址,例如:
https://fishing-mcp-server-xxxx.onrender.com连接到 Claude Code
在 Claude Code 中添加 MCP 服务器配置:
打开
~/.claude/settings.json(或使用/config命令)添加 MCP 服务器配置:
{
"mcpServers": {
"fishing-game": {
"url": "https://你的render地址.onrender.com/mcp",
"transport": "http"
}
}
}重启 Claude Code
可用工具
fishing_command
执行游戏指令,支持:
help- 查看帮助status- 查看状态shop- 查看商店buy <饵> <数量>- 购买鱼饵cast [次数]- 抛竿钓鱼goto [地点]- 前往地点inventory- 查看背包sell all- 卖掉所有鱼encyclopedia- 查看图鉴
fishing_new_game
重新开始新游戏,可选指定随机种子
游戏说明
初始:200 点,5 个普通蚯蚓
买饵 → 抛竿 → 钓鱼 → 卖鱼 → 赚点数 → 解锁新地点
集齐图鉴,探索不同稀有度的鱼
季节会随回合推进而变化
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Free blind-play night-fishing game over MCP. Deterministic engine, zero LLM calls, save codes.
MCP server for AI dialogue using various LLM models via AceDataCloud
Cloud-hosted MCP server for durable AI memory
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceAn MCP server that allows Claude to interact with local LLMs running in LM Studio, providing access to list models, generate text, and use chat completions through local models.13-
- AlicenseNot gradedqualityFmaintenanceA simple MCP server that enables Claude to communicate with locally running LLM models via LM Studio.9MIT
- AlicenseNot gradedqualityFmaintenanceAn MCP server that allows Claude Code to interact with the OpenAI Codex CLI.15 npm21MIT
- AlicenseAqualityDmaintenanceAn MCP server that lets Claude Code recall the context of past conversations from any project on demand.5305 npm2MIT