Express
Plug xmcp into your existing Express application.
For the complete documentation index, see llms.txt. Markdown variants of every page are available by appending .md to the URL.Installation
xmcp can work on top of your existing Express project. To get started, run the following command in your project directory:
After setting up the project, your build and dev command should look like this:
When running dev or build command, xmcp will bundle your tools into .xmcp/adapter.
You should add the /mcp endpoint in your existing server.
Info
middleware.ts is not supported in this mode.
