Disable 3d engine OR Run at command line

I need to use the unity library, like Network.InitializeServer and networkView.RPC and was wondering if there was a way to do it without the bulk of the 3d engine. I realize that networkView would have to be faked, but is there a way to use the library outside of unity?

Build the standalone and run in headless mode, see: Unity - Manual: Command line arguments