Back to Apps

Turn MCP
by shiahonb777
Enable infinite conversation turns and human-in-the-loop checkpoints for AI agents via a self-hosted browser console.
0 stars
Works in:CursorWindsurfVS Code Copilot
Exposes:Tools
What it does
Turn MCP transforms a single agent request into a durable conversation by introducing human-in-the-loop checkpoints. It allows an AI agent to pause execution using a turn.wait call, notify a human via a web console or Telegram, and resume exactly where it left off once the human provides a reply.
Tools
turn.wait: Pauses agent execution and requests human input/approval before proceeding.turn_wait: Alias for turn.wait.turn: Shortcut alias for requesting a human checkpoint.
Installation
To use the stdio transport, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"turn-mcp-web": {
"command": "node",
"args": ["/absolute/path/to/dist/server-stdio.js"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Windsurf
- VS Code Copilot
Quick install
npm install -g turn-mcp-webInformation
- Pricing
- free
- Published
- 5/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add http://127.0.0.1:3737/mcp to MCP settingsWindsurf
Add http://127.0.0.1:3737/mcp as serverUrlClaude Desktop
{
"mcpServers": {
"turn-mcp-web": {
"command": "node",
"args": ["/absolute/path/to/dist/server-stdio.js"]
}
}
}





