Elysia
Freeby MCP Community
ElysiaJS plugin for Model Context Protocol with HTTP transport and stateful sessions
v0.1.1Added Apr 12, 2026
elysiamcpmodel-context-protocolhttpstreaming
Elysia MCP Server
ElysiaJS plugin for Model Context Protocol with HTTP transport and stateful sessions
Installation
Reviews
Installation
Quick install
npx -y elysia-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"elysia": {
"command": "npx",
"args": ["-y", "elysia-mcp"]
}
}
}