Back to directory
lucianoayres/mcp-server-node

lucianoayres/mcp-server-node

@lucianoayres

MCP Server implemented in JavaScript using Node.js demonstrating custom prompts and tools (add, getApiKey) for integration with AI-assisted environments like Cursor IDE.

mcpnodejsboilerplatedemocursortutorialtool

Installation & Configuration

{
  "mcpServers": {
    "MCP Server Boilerplate": {
      "command": "node",
      "args": [
        "/path/to/mcp-server.js"
      ],
      "env": {
        "API_KEY": "your-api-key-here"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/17
Updated
2026/6/17