streamable-mcp-server
About
Starter for MCP Server with a Streamable HTTP Transport
Details
- Author
- ferrants
- GitHub stars
- 21
- Downloads
- 470
- Categories
- Other
Jump to
- Built on the MCP TypeScript SDK with session management.
- Sensible default dependencies and TypeScript configuration.
- Runs on port 3000, configurable via the PORT environment variable.
- Provides both production and development (auto‑reload) modes.
- Supports the Streamable HTTP Transport for MCP.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
streamable-mcp-serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone or fork the repo, install dependencies with npm install, build with npm run build. Run in production mode with npm start (or node build/index.js) or in development mode with npm run dev (which watches for changes and restarts). The server runs on port 3000 by default; set the PORT environment variable to change it. Connect a client by configuring it with type "streamable-http" and the server's URL (e.g., http://localhost:3000).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"streamable-mcp-server": {
"mcp-streamable-http-typescript-server": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}
}
McpServers
{
"mcp-streamable-http-typescript-server": {
"command": "node",
"args": [
"build/index.js"
]
}
}
streamable-mcp-server
This is a starting place for a new streamable-http MCP Server built with typescript.
Streamable HTTP Transport was introduced on 2025-03-26. See MCP Spec Changelog.
Starts with the Model Context Protocol Typescript SDK Streamable HTTP with Session Management Example and contains some sensible dependencies and tsconfig to get rolling.
Clone or fork this repo, make updates and start building your Streamable HTTP MCP Server.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



