gRPC comes with a command line tool "grpc_cli". See its documentation: https://github.com/grpc/grpc/blob/master/doc/command_line_tool.md This is useful both for people who have are developing a server and want to test it out without having to build a client program, and also for shell scripting.