mcp-test-npm-server

truongbuinh/mcp-test-npm-server
★ 0 stars TypeScript 🔒 Security Updated today
Test MCP server (npm/TypeScript) with deliberate security issues for MCPSafe e2e testing
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-test-npm-server": {
      "command": "npx",
      "args": [
        "-y",
        "truongbuinh/mcp-test-npm-server"
      ]
    }
  }
}