Prerequisites:
- Install Node.js (version 18 or higher)
- npm, pnpm, or yarn package manager
MCP Servers
The fastest way to scaffold a new MCP server project is to usecreate-mcp-use-app:
- Create a new directory with your project name
- Initialize a TypeScript project with mcp-use configured
- Set up a basic MCP server template with example tools
- Install all dependencies automatically