express-mcp-server-text-extractor
2.5
The Express MCP Server is a stateless server built with Express and TypeScript, designed to implement the Model Context Protocol. It provides functionality for running an echo endpoint using three MCP components—Resource, Tool, and Prompt—offering a way to handle JSON-RPC requests.
Express MCP Server
A stateless Model Context Protocol (MCP) server built with Express and TypeScript.
Features
- Stateless MCP server implementation with modern Streamable HTTP transport
- TypeScript for type safety
- Express.js for HTTP handling
Requirements
- Node.js 18+
- npm or yarn
Available Functionality
This server implements a simple echo endpoint with three MCP components:
- Resource:
echo://{message}
- Returns the message as a resource - Tool:
echo
- Echoes the provided message back as a tool response - Prompt:
echo
- Creates a user prompt with the provided message
MCP Protocol
Implements the Model Context Protocol, a standardized way for LLMs to interact with external data and functionality.