Project management from design to installation

Responsive Section
Who we are
Read more
about our services
Arrow Icon
Responsive Slider

We Manufacture our own Mezzanine floors, specially designed to suit the individual needs of our customers.

Shaping Spaces, Steamlined Solutions

Woman
turnkey

Turnkey

MPC Systems provides a comprehensive turnkey service, covering everything from mezzanine floors, suspended ceilings, and office partitioning to racking and shelving solutions. Our expertise extends beyond structural installations—we also offer professional decorating, flooring, air conditioning, electrical work, plumbing, sprinkler systems, and conveyors. Every project is expertly managed by our dedicated team of project managers, ensuring seamless coordination and full CDM guidance where required.

Responsive Centered Button
Consultancy

Consultancy

At MPC Systems, we believe that understanding our clients’ requirements from the very first consultation is key to delivering the right solution. By gaining in-depth knowledge of their business operations, we can recommend tailored designs that align perfectly with their needs and objectives. Our consultation process doesn’t stop at the initial meeting—it continues throughout the entire project, ensuring every detail is refined and optimised from start to finish.

Responsive Centered Button
health-&-Safe

About Us

For over 20 years, MPC Systems has been a leader in the warehouse systems industry, specialising in mezzanine floors, shelving, and racking. As a proud British manufacturer, we deliver bespoke solutions tailored to each project, ensuring precision, flexibility, and efficiency. From compact shelving units to large-scale installations, our expert team provides a dedicated, hands-on service designed to optimise space, streamline operations, and deliver exceptional value.

Responsive Centered Button
MPC-Systems-case-studies

Projects

At MPC Systems, our clients are at the core of everything we do. We work with a wide range of manufacturers and have a skilled team of fitters, engineers, and inspectors, enabling us to manage your project seamlessly from start to finish. This comprehensive approach allows us to deliver fully bespoke solutions, tailored to your specific needs and objectives. Take a look at some of our completed projects to see our expertise in action.

Responsive Centered Button

Health & Safety

We are deeply committed to excellence, ensuring top-tier quality in the services we provide to our valued customers. 

Environment

We will seek to promote the conservation and sustainable use of natural resources and to minimise environmental pollution. 

Quality

Our quality policy is to manufacture and deliver products with excellence, complemented by exceptional service. 

Let’s Build Together

At MPC, we tailor every solution to your specific needs. From manufacturers and fitters to engineers and inspectors, we bring together the right expertise to deliver your project seamlessly from start to finish. Whether you need a full-scale solution or a bespoke approach, we’re here to help. Get in touch to discuss your project today.

MPC Systems (North) Ltd
Unit 11, Network Centre
Midland Way
Barlborough
Chesterfield
S43 4WW

Telephone: 01246 819 970

QUICK LINKS

OUR POLICIES

Logos-2

Copyright © 2026 MPC Systems.

Website design & build by NU Logo

All rights reserved.

document.querySelector('.smp-nav-lottie').addEventListener('click', function() { window.location.href = 'https://yourlink.com'; }); document.querySelector('.smp-nav-lottie').addEventListener('click', () => { console.log('Lottie clicked'); }); document.addEventListener('DOMContentLoaded', function() { setTimeout(function() { var container = document.getElementById('lottie-container'); var animation = lottie.loadAnimation({ container: container, renderer: 'svg', loop: false, autoplay: true, path: 'https://www.mpcsystems.co.uk/wp-content/uploads/2025/02/MPC-Animated-Logo-1.json' }); }, 100); // Delay for Safari }); window.addEventListener('orientationchange', function() { document.body.style.paddingTop = document.querySelector('.navbar').offsetHeight + 'px'; }); document.addEventListener('DOMContentLoaded', function() { const images = document.querySelectorAll('.image-hover-zoom'); document.addEventListener('DOMContentLoaded', function() { const images = document.querySelectorAll('.image-hover-zoom'); document.addEventListener('DOMContentLoaded', function() { const images = document.querySelectorAll('.image-hover-zoom'); document.addEventListener('DOMContentLoaded', () => { // Ensure that the images are loaded before starting the observer const images = document.querySelectorAll('.image-hover-zoom'); // Select all image containers // IntersectionObserver to detect when the image enters the viewport const options = { root: null, rootMargin: '0px 0px -50% 0px', // Trigger when 50% of the image is in the viewport threshold: 0 }; const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('is-visible'); observer.unobserve(entry.target); // Stop observing after it's visible } }); }, options); // Observe each image for visibility images.forEach(image => { observer.observe(image); }); // Fallback for mobile: Detect scrolling and trigger class based on position if (window.innerWidth <= 768) { window.addEventListener('scroll', function() { images.forEach(image => { const rect = image.getBoundingClientRect(); if (rect.top < window.innerHeight * 0.5 && rect.bottom > 0) { image.classList.add('is-visible'); } else { image.classList.remove('is-visible'); } }); }); } });