lucianoayres/mcp-server-node
MCP Server implemented in JavaScript using Node.js that demonstrates how to build an MCP server with a custom prompt and custom tools, including one that loads an environment variable from a configuration file, to integrate seamlessly with AI-assisted environments like Cursor IDE.
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-node": {
"command": "npx",
"args": [
"-y",
"mcp-server-node"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...