Skip to content
Cursor

crypto bytes for Cursor

io.github.mickymultani/crypto-bytes

Crypto Bytes MCP Server

client:Cursor transport:stdio runtime:pypi

Install crypto bytes in Cursor

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

{
  "mcpServers": {
    "crypto-bytes": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "crypto_bytes_mcp_server"
      ]
    }
  }
}

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

crypto bytes in other clients