- Clone the project
- Run
npm install - Run
npm run build - Replace with the
argswithindex.jsbuild path of your project.
{
"mcpServers": {
"currents": {
"command": "node",
"args": [
"/Users/miguelangarano/Documents/GitHub/currents-mcp/build/index.js"
]
}
}
}


