To load org-protocol.el add the following to your .emacs:
.emacs
(server-start) (add-to-list 'load-path "~/path/to/org/protocol/") (require 'org-protocol)
It is built into the core org distribution.