Skip to content
Cursor

yesno mcp for Cursor

io.github.mrfentmen/yesno-mcp

Random yes or no answers from the Yes No API. No key required.

client:Cursor transport:stdio runtime:npm

Install yesno mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "yesno-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "yesno-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

yesno mcp in other clients