Skip to content
Cursor

otskit mcp for Cursor

io.github.alexalves87/otskit-mcp

Stamp, upgrade, and verify Bitcoin timestamps via AI agents. No API keys required.

client:Cursor transport:stdio runtime:npm

Install otskit mcp in Cursor

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

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

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

otskit mcp in other clients