Hello, I'm trying to set up pagination on the list view so that it shows the current page, the next couple of pages immediately after the currently opened one and also next/prev buttons. I want to do this using Couch and custom HTML (see attached image) for the pagination bar but don't know if its possible since I can't find any documentation about how to list the page numbers. I'm new to using Couch so any help would be greatly appreciated!

As explained in the docs (http://docs.couchcms.com/concepts/pagination.html), the default output of <cms:paginator> tag can be tweaked using your CSS to match the look you want.
If, however, your use-case demands 100% control over the markup used by the paginator, please see -
viewtopic.php?f=4&t=10796#p27473
Hope it helps.