CBT speaker presenting to a diverse professional audience

  About 

Founded in 2005 by a group of Bay Area clinicians, researchers, and academics, the Northern California CBT Network has grown from a small local gathering into a community of over 400 mental health professionals united by a shared commitment to cognitive behavioral therapy. Our members include psychologists, psychiatrists, licensed clinical social workers, marriage and family therapists, researchers, professors, prelicensed associates, and students — at every stage of their careers and across the Bay Area.



Our Mission

The principal purposes of the NCCBT Network are to:

    • Share current research, education, and training on cognitive behavioral approaches to psychotherapy with local professionals, prelicensed associates, and students

    • Promote the utilization and growth of CBT as a professional practice across the San Francisco Bay Area

    • Create meaningful networking opportunities for CBT professionals and researchers in our region


Learn about our Board and other Committees.

Northern California CBT Network 
 

 1801 Bush Street, #205
      San Francisco, CA 94109

 support@nccbt.net

Contact  |  FAQs   |  Mission & Bylaws  |  Terms of Use  |  Privacy Policy  |  NCCBT Google Group Guidelines

© 2026 Northern California CBT Network (NCCBT) | A 501(c)(6) Tax Exempt Unincorporated Association | All Rights Reserved

DISCLAIMER: Being a member of the NCCBT Network, on the NCCBT Google Group,
or in the NCCBT Clinical Directory does not certify or verify expertise or training in cognitive behavioral therapy or other psychotherapy.

// Rename condition dropdown options var searchForm = document.getElementById('searchContainer'); if (searchForm) { var optionMap = { 'any of selected': 'Matches Any', 'all of selected': 'Matches All', 'none of selected': 'Excludes All', 'is': 'Is', 'is not': 'Is Not' }; searchForm.querySelectorAll('select option').forEach(function(opt) { var mapped = optionMap[opt.text.trim()]; if (mapped) opt.text = mapped; }); }