vite-react-mcp

Vite plugin to help LLMs to interact with your React App

GitHub Stars

130

User Rating

Not Rated

Favorites

0

Views

35

Forks

14

Issues

2

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 18.0.0 or higher
npm: 8.0.0 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/jazelly/vite-react-mcp
cd vite-react-mcp

2. Install Dependencies

bash
pnpm install vite-react-mcp -D
pnpm install @babel/preset-react

3. Start Server

bash
npm start

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Tools not recognized in the browser Solution: Verify Vite configuration.

Additional Resources