
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
clean-code-react
Advanced tools
A Model Context Protocol (MCP) server that provides comprehensive React and TypeScript pattern guidance for AI coding assistants.
Clean Code React helps AI coding assistants writeN better React/TypeScript code by providing:
{
"mcpServers": {
"clean-code-react": {
"command": "npx",
"args": ["clean-code-react@latest"]
}
}
}
claude mcp add clean-code-react npx clean-code-react@latest
code --add-mcp '{"name":"clean-code-react","command":"npx","args":["clean-code-react@latest"]}'
This MCP server provides AI coding assistants with access to:
Simply ask your AI coding assistant to use the clean-code-react MCP server when working on React code:
Refactor existing code:
"Refactor this component using clean-code-react mcp"
Build new features:
"Build a user settings page using clean-code-react mcp"
Improve code quality:
"Apply clean-code-react mcp's quality fundamentals to improve this code"
The AI assistant will automatically discover and apply the most appropriate patterns and principles for your specific use case.
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
# Run type checking
npm run typecheck
# Run linting
npm run lint
# Inspect server with MCP Inspector (for debugging)
npm run inspect
The project includes the MCP Inspector for debugging and development:
npm run inspect
This opens a web interface where you can:
src/
├── patterns/ # Pattern definitions with colocated data
├── tools/ # MCP tool implementations
├── types/ # TypeScript type definitions
├── server.ts # Core server setup with all tools
└── index.ts # Entry point with stdio transport
Contributions are welcome! Please:
MIT
FAQs
MCP server providing code quality guidance for AI coding assistants
We found that clean-code-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.