mcp-server

mcp-server

4

MCP Server is a simple JSON-RPC 2.0 server implementing the Model-Client-Protocol, featuring an echo tool and CORS compliance. It is easy to set up and runs on port 4333 by default.

mcp-server

npm version License: MIT

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.

Features

  • JSON-RPC 2.0 compliant
  • CORS enabled
  • Built-in echo tool
  • Simple initialization protocol

Quick Start

npx mcp-server

Will run the server on port 4333

Installation

npm install mcp-server