Overseas access: www.kdjingpai.com
Bookmark Us
Current Position:fig. beginning " AI Answers

How to get started quickly with creating a new project using the xmcp framework?

2025-08-23 602

The process of creating a new project using xmcp is very simple and consists of the following steps:

  1. Installing Node.js: Ensure that Node.js is installed on the system (version 18 or higher recommended)
  2. Initialization Project: Run in a terminalnpx create-xmcp@latest my-projectcommand
  3. Installation of dependencies: Go to the project directory and executenpm install
  4. Starting the Development Server: Runnpm run devYou can start the service locally

Once the project initialization is complete, a standard project structure is automatically generated, including:

  • src/ - contains the middleware.ts and tools/ directories
  • dist/ - compilation output directory
  • Configuration files - including package.json, tsconfig.json and xmcp.config.ts

By default, the development server runs on http://localhost:3000 and developers can start building their MCP applications immediately.

Recommended

Can't find AI tools? Try here!

Just type in the keyword Accessibility Bing SearchYou can quickly find all the AI tools on this site.

Top

en_USEnglish