How to connect MCP Server via Cursor?

Same MCP Server project cant work well in China, For example Brave Search, even you have net proxy.
I rewrite the Brave Search MCP Server with python and it can work now
You cant get it from here : GitHub - fengin/search-server: 一个基于MCP协议的搜索服务实现,提供网络搜索和本地搜索功能,Cursor和Claude Desktop能与之无缝集成。

Thanks for your suggestion. It works for me. It just opens a window of node.exe. I am wondering if there is anyway I can avoid the window because if I use multiple MCP servers it will cause multiple windows which is quite annoying.

I’m having the exact same issue. I need to re-enable the server each time I want to use it. Did you fix it?

I also encountered this problem. My solutions are:

  1. Delete nvm.
    nvm deactivate
    brew uninstall nvm
    rm -rf ~/.nvm
  2. Install Node using Brew.
    brew install node

Run cursor as administrator - it worked for me!