stardew-mcp-server
by HeptaneL
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STARDEW_API_URL | No | mod HTTP 服务的地址,每次调用时读取,末尾 `/` 会被去掉 | http://127.0.0.1:8788 |
| STARDEW_API_TIMEOUT | No | 单次 HTTP 请求超时(秒);未设置或非法时回退到默认值 | 5.0 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_healthA | 检查星露谷 mod 的 HTTP 服务是否在线,以及存档是否已加载。 |
| get_current_dateA | 获取游戏内当前日期、季节和星期信息。 |
| get_todays_eventsB | 获取今天的所有事件:生日 / 节日 / 被动节日 / 钓鱼赛 / 书商。 |
| get_week_birthdaysA | 获取本周(游戏内周,从周一到周日)的村民生日列表。 |
| get_birthdays_on_dayA | 查询指定季节和日期的村民生日。 |
| get_events_on_dayB | 查询指定季节和日期的所有事件(节日 / 被动节日 / 钓鱼赛 / 书商 / 生日)。 |
| get_month_calendarB | 获取整个季节(28 天)的日历,不传 season 则默认为当前季节。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |