mcp-sse-server-demo
About
mcp-sse-server-demo is an MCP server that runs on localhost:8083. It demonstrates a calculator tool using SSE (Server-Sent Events) transport.
Details
- Author
- arthur-vr
- Downloads
- 314
- Categories
- Other
Jump to
- Default port: localhost:8083.
- Built with TypeScript.
- Starts via tsx dist/calculator.js.
- Implements a calculator tool.
- Uses SSE transport.
Build with npm run build, then start the server on default port 8083 with npm start. For development, use npm run dev.
mcp-sse-server-demo
default port localhost:8083 ``
"scripts": {
"build": "tsc",
"start": "tsx dist/calculator.js",
"dev": "tsx watch src/calculator.ts"
}
``Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



