★ 0 stars
TypeScript
🌐 Browser/Web
Updated 8d ago
A lightweight MCP (Model Context Protocol) server built with TypeScript and Express, exposing tools, resources, and prompts over a Streamable HTTP transport with session management.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"Mirindra-lan/mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server npx -y Mirindra-lan/mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"Mirindra-lan/mcp-server"
]
}
}
}
📋 Copy