Add to your Claude Desktop configuration file

(`~/Library/Application Support/Claude/claude_desktop_config.json``on macOS):

{
  "mcpServers": {
    "my-project-tools": {
      "type": "stdio",
      "command": "node",
      "args": ["./tools/mcp/dist/index.js"] // Path to you MCP javascript build
    }
  }
}