Best for
- MCP developers using or adopting TypeScript
- Projects that benefit from hot reloading and file-system routing
- MCP server projects requiring extensible configuration and middleware support
The source identifies xmcp as an MIT-licensed TypeScript MCP framework maintained by basement.studio. It provides file-system routing, hot reloading, middleware, extensible configuration, platform-flexible deployment, and Vercel support. The source does not provide specific MCP tools, transport protocols, client compatibility, or a client configuration example.
xmcp is a framework for building and shipping MCP servers with TypeScript. It is designed to streamline development and lower the barrier to creating tools in the Model Context Protocol ecosystem.
For a new application, run npx create-xmcp-app@latest. To initialize xmcp in an existing Next.js or Express project, run npx init-xmcp@latest. See xmcp.dev and its documentation for more information.