simple-mcp-server-template
If you are the rightful owner of simple-mcp-server-template and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a template for a simple Model Context Protocol (MCP) server.
Simple MCP Server Template
This is a template for a simple MCP server.
Initialize
pnpm install
Build
pnpm run build
MCP Configuration
{
"mcpServers": {
"diceRoller": {
"command": "node",
"args": [
"/absolute/path/to/your/simple-mcp-server-template/build/index.js"
]
}
}
}
If you want to make sse server, you can use SSEServerTransport
and some ts server framework.