A simple JSON-RPC 2.0 server implementing the Model-Client-Protocol (MCP). This server provides basic echo functionality and follows the JSON-RPC 2.0 specification.
- JSON-RPC 2.0 compliant
- CORS enabled
- Built-in echo tool
- Simple initialization protocol
npx mcp-server
Will run the server on port 4333
npm install mcp-server