- Turtle Noir MCP
Turtle Noir MCP
Overview
mcp-turtle-noir is an MCP server for Turtle Soup / Lateral Thinking Puzzles.
What it does
start_session: starts a new puzzle sessionask_question: returns a structured judgment for each questiongive_up_and_reveal: reveals the full story (subject to backend reveal policy)- Multilingual output via
language:zh-CN,en-US,ja-JP
Answer model
The host answers in 4 classes:
- Yes
- No
- Both (yes and no, depends on interpretation)
- Irrelevant
Why this design
- Puzzle solutions stay on the backend during normal gameplay
- Lightweight stdio MCP server, easy to install in Claude/Cursor
- Built for agent workflows and reproducible tool calls
Install
npx -y mcp-turtle-noir
About
I built this tool based on my web games Turtle Noir (English version) and 出前一汤. Check them out for multiplayer modes and visual clues!
Server Config
{
"mcpServers": {
"turtle-noir": {
"command": "npx",
"args": [
"-y",
"mcp-turtle-noir"
]
}
}
}Project Info
Created At
4 months agoUpdated At
4 months agoAuthor Name
YuikijStar
-Language
-License
-Recommend Servers
View AllAirtreks Mcp
@SEKeener
a day ago
Fabric
@fabric-agent-plugins
31 minutes ago
Memory
@modelcontextprotocol
a year ago
Mcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago