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.
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.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"lucianoayres-mcp-server-node-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-lucianoayres-mcp-server-node-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from node?"
API Key Required
This server requires an API key from node. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| NODE_API_KEY | Yes | Your node API key |
"What resources are available in node?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in node"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in node with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.