Back to directory
idanref/mcp-server-example

idanref/mcp-server-example

@Idanref

An example MCP server with setup instructions for Claude Desktop integration

mcpexampleserverjavascriptclaude-desktoptutorialmodel-context-protocoltool

Installation & Configuration

{
  "mcpServers": {
    "my-mcp-server": {
      "command": "node",
      "args": [
        "src/index.js"
      ],
      "env": {
        "NODE_OPTIONS": "--no-deprecation"
      }
    }
  }
}

Information

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