Skip to content
Cursor

touchgrass mcp for Cursor

io.github.bbb-build/touchgrass-mcp

Hire Orb-verified humans for real-world tasks with on-chain escrow on World Chain

client:Cursor transport:stdio runtime:npm

Install touchgrass mcp in Cursor

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

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

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

touchgrass mcp in other clients