Express MCP Server

by jhgaylor

1 stars
313 downloads
Not rated
GitHub

About

An MCP server providing tools to extract text from things

Details

Author
jhgaylor
GitHub stars
1
Downloads
313
Categories
Developer Tools

- Stateless MCP server with Streamable HTTP transport
- TypeScript for type safety
- Express.js for HTTP handling
- Three echo components: resource, tool, and prompt
- Simple JSON-RPC endpoint for LLM interaction

Clone the repository, install dependencies with npm install, build TypeScript with npm run build, and run in development mode with npm run dev. The server exposes a POST /mcp endpoint that accepts JSON-RPC requests. Use curl to send initialize and tools/call commands as shown in the README.

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

Installation

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.