npm i
Open Claude and turn ON Developer Mode. Open the File >> settings and open the edit config. Paste the below config and edit it as per required.
{
"mcpServers": {
"weather": {
"command": "path\\to\\your\\app\\node.exe",
"args": [
"path\\to\\your\\app\\index.js"
]
}
}
}
- Open The Claude and check if everything is working
- Type the prompt in the way that the claude should understand that you are asking to use the MCP server or asking to use the related service.
- You should see the appropriate results according to your prompt.