bro you can use mcp clients and servers in windows.
for example if you are using claude desktop on windows, or cline/roo on vscode, or claudecode on terminal, those are all mcp clients.
claudecode for example is just javascript code from npm that can be run by nodejs which works on windows.
on mcp servers, most of them are written in javascript too. if you see anything with npx, it means its an executable compiled javascript code from npm, and your windows can run it as long as you have nodejs installed.
I am still an amateur but it is really a pain in the ass to setup every time I have tried, and I can't really find valuable ressource online to start with.
If you know some that could be interesting I would be a pleasure to read them.
if you see any mcp installation with python or docker too, i believe it should work, as long as you have python or docker installed. docker will require WSL windows subsystem for linux so just google it and i hope your lappy supports it.
bro you can use mcp clients and servers in windows.
for example if you are using claude desktop on windows, or cline/roo on vscode, or claudecode on terminal, those are all mcp clients.
claudecode for example is just javascript code from npm that can be run by nodejs which works on windows.
on mcp servers, most of them are written in javascript too. if you see anything with npx, it means its an executable compiled javascript code from npm, and your windows can run it as long as you have nodejs installed.