Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Node.js-MCP-Server": {
"command": "node",
"args": [
"index.js"
]
}
}
}Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Node.js-MCP-Server": {
"command": "node",
"args": [
"index.js"
]
}
}
}