I’m using Cursor on Windows 10, and I’m encountering an issue when using the MCP server. When I add a fetch MCP server and enter the following in the settings:
node C:/Users/Administrator/Documents/Cline/MCP/fetch-mcp/dist/index.js
It runs normally but opens an additional Node window. If I close this window, the MCP stops working, and refreshing doesn’t help. I have to close and reopen Cursor to make the Node window appear again.
However, when I configured this MCP server in Cline, I used the following configuration:
{
“fetch”: {
“command”: “node”,
“args”: [
“d:/ai/cursor/mcp/fetch-mcp-main/dist/index.js”
],
“autoApprove”: [
“fetch_html”,
“fetch_markdown”,
“fetch_txt”,
“fetch_json”
]
}
}
This works normally without showing any window.
Anyone knows how to deal with such bug? Thanks.