mxmtoon Signature Concert Ukulele

Model: KA-MXMTOON-C

$109 $99

Songwriting maven mxmtoon has teamed up with Kala to create her very own signature ukulele!

Born and raised in Oakland, mxmtoon is a self-made singer-songwriter catapulted to the forefront of the indie pop sphere from the grassroots success of her 2018 self-released EP, plum blossom, recorded entirely from her bedroom. Rooted in intimate lo-fi production, mxmtoon’s style has quickly captivated a broad audience, her music awash with sweetly candid vocals, ukulele chords, and a glimmering introspection and wit. Followed up by full-length releases the masquerade and dawn & dusk, mxmtoon now has an audience of over 5 million monthly Spotify listeners, a burgeoning online following, and her own podcast: 365 days with mxmtoon.

The mxmtoon Signature Concert Ukulele delivers a one-of-a kind design atop the foundation of Kala’s most trusted flagship instrument design. This instrument features a satin spruce top adorned with an original etched design, supported by a traditional satin mahogany back, sides, and neck. Hand drawn by mxmtoon, the ukulele’s astro-infused artwork is as modern, textured, and captivating as it is personal to the artist herself.

Stay inspired in your own songwriting journey with a ukulele imbued with all the character, artistry, and independent drive of its signature artist!

+ Includes Custom mxmtoon Ukulele Gig Bag

One thing that I’ve continuously tried to remind myself of as I’ve gotten older is the importance of a cycle. That no matter how hectic life may be, the one thing that ties everything together is that the sun will rise and fall and the moon will follow each day. With my signature ukulele, I wanted that message to be represented in the engravings! I think oftentimes as creatives we can be very hard on ourselves when we aren’t able to produce art at a constant rate. So, I designed this ukulele in hopes of reminding people that even if one day is difficult, there is always the next. - mxmtoon
Bag and Case Information

Fits ALL Kala CONCERT sized bags and cases

Specs
Size: Concert
Top: Spruce
Back & Sides: Mahogany
Neck: Mahogany
Finish: Satin
Fingerboard: Rosewood
Headstock: Standard
Nut & Saddle: Graph Tech NuBone®
Electronics: N/A
Strap Button: Black
Measurements

Scale Length: 14.8125 inches, Overall Instrument Length: 23.9375 inches, Body Length: 11.0625 inches, Number of Frets: 18, Width at Upper Bout: 6.0 inches, Width at Lower Bout: 8.25 inches, Width at Waist: 4.9375 inches, Body Depth: 2.75 inches, Fingerboard Width at Nut: 1.4375 inches, Fingerboard width at neck/body joint: 1.75 inches

See More From This Collection
4.9
Rated 4.9 out of 5 stars
Based on 15 reviews
Total 5 star reviews: 14 Total 4 star reviews: 1 Total 3 star reviews: 0 Total 2 star reviews: 0 Total 1 star reviews: 0
100%would recommend this product
Slide 1 selected
15 reviews
  • ML
    Michael L.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 year ago
    Mxmtoon

    I love the fact that there are young up and coming artists who play the ukulele and I appreciate that Kala is supporting them with signature ukuleles.

    This is a nice ukulele that has a very unique engraving that really gives it a special look and feel.

    Like all Kalas it has a lovely sound and great playability.

  • JH
    Jenna H.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    3 years ago
    literally amazing

    the ukulele itself is beautiful, but the sound is even better. 100% would recommend !!

  • A Profile picture for Audrinagoogle logo
    Audrina
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    4 years ago
    awesome ukulele !!

    this ukulele is so cute with its engravings and has an awesome sound! it comes inside a travel case with the mxmtoon logo that has a small pouch for keeping things inside as well. if you’re new to the ukulele, i got this as my first and i absolutely love it! *tip for beginners, something i learned was that the ukulele needs to be tuned often when you first buy it, so i downloaded the kala tuning app on the apple app store :)

  • LH
    Laura H.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 year ago
    !

    Great Ukuele

  • LJ
    Lyra J.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    2 years ago
    Good quality for the price

    It is nice looking and sounding.

    Fret board has good action.

''
, * OR add it as a snippet and render it on checkout pages. * For Shopify Plus: add to checkout.liquid as well. */ (function () { 'use strict'; // --------------------------------------------------------------------------- // 1. BLOCK KNOWN EXTENSION postMessage CHANNELS // Extensions communicate via window.postMessage — intercept and drop theirs. // --------------------------------------------------------------------------- const BLOCKED_MESSAGE_PATTERNS = [ /honey/i, /joinhoney/i, /capital.?one.?shopping/i, /wikibuy/i, /retailmenot/i, /coupon.?cabi/i, /piggy/i, /karma/i, /rakuten/i, /ibotta/i, /cently/i, /coupert/i, /avast/i, /priceblink/i, /dealnews/i, /savings\.com/i, /promo\.com/i, ]; const _originalAddEventListener = window.addEventListener.bind(window); const _originalPostMessage = window.postMessage.bind(window); // Intercept incoming postMessages from extensions window.addEventListener = function (type, listener, options) { if (type === 'message') { const wrappedListener = function (event) { try { const data = typeof event.data === 'string' ? event.data : JSON.stringify(event.data || ''); if (BLOCKED_MESSAGE_PATTERNS.some((p) => p.test(data))) { console.debug('[CouponBlocker] Blocked postMessage from coupon extension.'); return; // Drop the message } } catch (_) {} listener.call(this, event); }; return _originalAddEventListener(type, wrappedListener, options); } return _originalAddEventListener(type, listener, options); }; // --------------------------------------------------------------------------- // 2. BLOCK EXTENSION-INJECTED DOM ELEMENTS // Extensions inject buttons, iframes, and overlays — remove them on sight. // --------------------------------------------------------------------------- const BLOCKED_SELECTORS = [ // Honey '[id*="honey"]', '[class*="honey"]', '[data-honey]', 'iframe[src*="honey"]', // Capital One Shopping / Wikibuy '[id*="wikibuy"]', '[class*="wikibuy"]', '[id*="capitalone"]', '[class*="capital-one"]', 'iframe[src*="wikibuy"]', 'iframe[src*="capitalone"]', // RetailMeNot / Coupons.com '[id*="retailmenot"]', '[class*="retailmenot"]', '[id*="rmn-"]', // Rakuten '[id*="rakuten"]', '[class*="rakuten"]', 'iframe[src*="rakuten"]', // Piggy '[id*="piggy"]', '[class*="piggy"]', // Karma '[id*="karma-"]', '[class*="karma-extension"]', // Coupert '[id*="coupert"]', '[class*="coupert"]', // Generic patterns 'iframe[src*="coupon"]', '[class*="ext-coupon"]', '[id*="ext-coupon"]', ]; function removeBlockedElements() { BLOCKED_SELECTORS.forEach((selector) => { document.querySelectorAll(selector).forEach((el) => { console.debug('[CouponBlocker] Removed injected element:', el); el.remove(); }); }); } // Run immediately and watch for future injections removeBlockedElements(); const domObserver = new MutationObserver(() => { removeBlockedElements(); }); domObserver.observe(document.documentElement, { childList: true, subtree: true, }); // --------------------------------------------------------------------------- // 3. GUARD THE DISCOUNT INPUT FIELD // Prevent extensions from programmatically filling and submitting the // discount code field. Only allow real user input (keyboard events). // --------------------------------------------------------------------------- const DISCOUNT_SELECTORS = [ 'input[name="discount"]', 'input[placeholder*="discount" i]', 'input[placeholder*="coupon" i]', 'input[placeholder*="promo" i]', 'input[id*="discount" i]', 'input[id*="coupon" i]', '#checkout_reduction_code', '#discount-code', ]; function guardDiscountInput(input) { if (input._couponGuarded) return; input._couponGuarded = true; let lastRealValue = input.value; let isHumanTyping = false; // Track genuine keyboard interaction input.addEventListener('keydown', () => { isHumanTyping = true; }, true); input.addEventListener('keyup', () => { isHumanTyping = false; }, true); // Use a native setter override to catch programmatic .value = '...' changes const nativeInputDescriptor = Object.getOwnPropertyDescriptor(HTMLInputElement.prototype, 'value'); Object.defineProperty(input, 'value', { get: function () { return nativeInputDescriptor.get.call(this); }, set: function (val) { if (!isHumanTyping && val !== lastRealValue) { console.debug('[CouponBlocker] Blocked programmatic discount field change.'); return; // Silently ignore extension-driven value changes } lastRealValue = val; nativeInputDescriptor.set.call(this, val); }, configurable: true, }); // Block programmatic form submission triggered by extensions const form = input.closest('form'); if (form) { form.addEventListener('submit', function (e) { if (!isHumanTyping && input.value && input.value !== lastRealValue) { console.debug('[CouponBlocker] Blocked programmatic form submission.'); e.preventDefault(); e.stopImmediatePropagation(); } }, true); } } function guardAllDiscountInputs() { DISCOUNT_SELECTORS.forEach((sel) => { document.querySelectorAll(sel).forEach(guardDiscountInput); }); } // Guard inputs now and watch for dynamically rendered checkout fields guardAllDiscountInputs(); const inputObserver = new MutationObserver(() => { guardAllDiscountInputs(); }); inputObserver.observe(document.documentElement, { childList: true, subtree: true, }); console.log('[CouponBlocker] Active — coupon extensions are blocked on this page.'); })();