Turnkey
Projects

Electrics/Lighting

We can provide full Electrical and Mechanical services with design, installation, maintenance, and repair of electrical and mechanical systems in various types of buildings, including commercial and industrial.

MPC-turnkey-lighting
MPC-Industrail-fire-01jpg

Fire/Smoke detection

Effective fire detection protects your business, saves lives, and helps you meet your fire safety responsibilities. Our Partners fire detection and business smoke alarms use industry-leading technology to offer reliable early detection of fire, together with false and unwanted alarm prevention that safeguards lives and avoids business disruption.

Air Conditioning
/Ventilation  

We provide tailored commercial air conditioning systems designed to meet the exact needs of your premises. The process begins with a detailed site survey to assess building size, layout, and usage. Following this, we offer advice on the most suitable systems and design a solution specifically for your business. Installations can include split, multi-split, or VRF systems, all commissioned and performance-tested to ensure optimal operation. Our approach prioritises energy efficiency, comfort, and long-term reliability, helping maintain productive working environments across offices, shops, warehouses, and large industrial units.

MPC-Industrail-Aircon-01jpg
MPC-Industrail-sprinklers-01jpg

Sprinklers

Our Sprinkler partner is a Level 4 accredited company. Our consultation service ensures that you receive accurate, up to date and invaluable information at whatever stage of the process you require it. With regulatory reforms, various insurance requirements, numerous design standards and a constantly evolving service sector it is vital that your project is supported and commissioned by an accredited sprinkler company.

CCTV/Intruder
/Access control

Preventative measures and appropriate responses to risks are the best possible guarantee of site security. The moral and legal obligations for fire safety and security lie with the managers and owners of commercial buildings.

We also work alongside security companies in need of our electrical expertise, installing security solution components according to their specifications. These commonly include:

• Intruder Alarms
• Complete door entry systems
• CCTV
• Access Control
• Security lighting

MPC-Industrail-cctv
MPC-Industrail-flooring-01jpg

Flooring

PC Systems are able to supply a comprehensive range of flooring materials, including vinyl flooring, carpet tiles, and other durable, high-quality solutions suitable for commercial and industrial environments. Their flooring options are designed to combine functionality, durability, and aesthetic appeal to meet a variety of project requirements.

Conveyors

Our flexible and collaborative approach means we work with you from the design stage through to manufacture and maintenance. This ensures the solution we provide you with meets your exact requirements.

Conveyance needs vary dramatically, so we offer a large range of options from small simple ones through to complex systems which integrate with other equipment. We can produce solutions that can move everything from the smallest objects to heavy pallets, furniture and cars.

MPC-Industrail-conveyors-01jpg
MPCSystems-pilling-01

Piling

We offer a full construction package including mini-piling, reinforced concrete works and full design calculations. Alternatively we can undertake piling installations to your engineer’s designs.  Either way, we’ll work with you to make sure your Racking and Mezzanine floors are built on foundations that stand the test of time.

Plumbing

At MPC Systems our qualified in-house plumbers provide reliable, professional support for both reactive maintenance and planned project work. From kitchenettes and water heaters to toilets, sinks, drainage issues, and general plumbing requirements, we deliver practical solutions with a focus on quality, safety and minimal disruption. Whether you need a fast response or dependable support as part of a wider project, our experienced team is ready to help keep your facilities running smoothly.

MPC-Industrail-plumbing

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'); } }); }); } });