Allows creation of new projects using the create-xmcp-app template from GitHub.
Supports package management and script execution for development and production environments.
Provides efficient package management option for dependency installation and script execution.
Provides TypeScript integration for defining and implementing tools with type safety.
Offers alternative package management for installing dependencies and running scripts.
Enables schema validation for tool parameters using Zod's validation library.
XMCP Application
This project was created with create-xmcp-app.
Getting Started
First, run the development server:
This will start the MCP server with both SSE and STDIO transport methods.
Project Structure
This project uses the structured approach where tools are automatically discovered from the src/tools
directory. Each tool is defined in its own file with the following structure:
Adding New Tools
To add a new tool:
- Create a new
.ts
file in thesrc/tools
directory - Export a
schema
object defining the tool parameters using Zod - Export a
metadata
object with tool information - Export a default function that implements the tool logic
Building for Production
To build your project for production:
This will compile your TypeScript code and output it to the dist
directory.
Running in Production
To run your bundled MCP server in production:
Learn More
This server cannot be installed
A server that leverages the XMCP framework to discover and execute tools from the src/tools directory, supporting both SSE and STDIO transport methods for interaction.
Related MCP Servers
- -securityAlicense-qualityThis MCP server allows you to connect MCP clients with Toolhouse's tools.Last updated -8PythonMIT License
- -securityAlicense-qualityAn MCP server implementation that standardizes how AI applications access tools and context, providing a central hub that manages tool discovery, execution, and context management with a simplified configuration system.Last updated -9PythonMIT License
MCP-YNU FastMCP Serverofficial
-securityAlicense-qualityA dynamic MCP server implementation that automatically loads tools, resources, and prompts from their respective directories, allowing for easy extension and configuration.Last updated -PythonMIT License- -securityFlicense-qualityAn MCP server that allows users to create custom tools on the fly by stitching together actions from multiple MCP tools into reusable routines.Last updated -1451TypeScript