Test MCP server (npm/TypeScript) with deliberate security issues for MCPSafe e2e testing
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-test-npm-server npx -y truongbuinh/mcp-test-npm-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-test-npm-server": {
"command": "npx",
"args": [
"-y",
"truongbuinh/mcp-test-npm-server"
]
}
}
}