Back to Apps

MCP TypeScript Template
Supports UIby nickytonline
A professional TypeScript template for building remote MCP servers with Vite and Express.
0 stars
Works in:claude
Exposes:Tools
What it does
Provides a standardized architectural foundation for developers to build robust, remote Model Context Protocol (MCP) servers using TypeScript, Vite, and Express.
Tools
echo: Simple tool that echoes back a provided message to demonstrate implementation.elicit_echo: Demonstrates MCP elicitation by prompting the client for user input before echoing it back.
Installation
Clone the repository and run:
npm install
npm run build
npm start
To connect via claude_desktop_config.json (assuming HTTP transport):
{
"mcpServers": {
"typescript-template": {
"url": "http://localhost:3000"
}
}
}
Supported hosts
Claude Desktop
Quick install
npx degit nickytonline/mcp-typescript-template my-mcp-serverInformation
- Pricing
- free
- Published
- 7/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"typescript-template": {
"url": "http://localhost:3000"
}
}
}





