mcp-server-node

lucianoayres/mcp-server-node
★ 71 stars JavaScript 💻 Code/Dev Tools Updated 1mo ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-node": {
      "command": "npx",
      "args": [
        "-y",
        "lucianoayres/mcp-server-node"
      ]
    }
  }
}

Topics

aicursormcp-servernodejs