mcp-template
The MCP-Template is a versatile Model Context Protocol server designed to facilitate communication between different platforms using SSE and stdio.
The MCP-Template is a robust server framework that leverages the Model Context Protocol (MCP) to enable seamless communication between various platforms. It supports both Server-Sent Events (SSE) and standard input/output (stdio) modes, providing flexibility in deployment and integration. The template is designed to be easily installed and configured, making it accessible for developers looking to implement MCP in their applications. With the ability to start an inspector for monitoring and debugging, the MCP-Template ensures that developers can maintain control over their server operations. The template also supports environment variable configuration, allowing for customization and secure handling of sensitive information.
Features
- Supports both SSE and stdio modes for flexible communication.
- Easy installation via npx for quick setup.
- Includes an inspector tool for monitoring and debugging.
- Environment variable configuration for secure and customizable setups.
- Compatible with various platforms for broad applicability.
Usage with Different Platforms
Start as SSE
shell
node dist/mcp.js sse
Start as stdio
shell
node dist/mcp.js stdio
Install by npx
shell
npx -y git+https://github.com/v1xingyue/mcp-template.git
Start inspector
shell
npx @modelcontextprotocol/inspector
MCP JSON
{
"command":"npx",
"args": ["-y","@v1xingyue/mcp-template"],
"env": {
"PROXY": "http://localhost:7890",
"COINGECKO_TOKEN": "",
"SUI_PRIVATE_KEY":"suiprivkey1qy...."
}
}
Related MCP Servers
View all typescript servers →mcp-unity
by CoderGamester
MCP Unity is an implementation of the Model Context Protocol for Unity Editor, allowing AI assistants to interact with Unity projects.
marvel-mcp
by DanWahlin
MCP Server for the Marvel Developer API, enabling interaction with characters and comics data.
DoorDash-MCP-Server
by JordanDalton
The MCP Server Guide provides instructions for building and deploying a Model Context Protocol server using Node.js and TypeScript.
superset-mcp-server
by LiusCraft
The MCP Server Superset is a server-side application built on the Apache Superset REST API, enabling basic query capabilities through large models.
hubble-ai-mcp
by HubbleVision
Hubble AI for Solana is an AI-powered analytics tool that provides data analysis and visualization for Solana blockchain transactions using natural language queries.
dad-mcp
by andyrewlee
DadMCP is a remote Model Context Protocol server designed to enhance children's creativity through AI-powered education at home.
devtools-mcp-server
by devtools-mcp
The devtools-mcp-server is a server implementation for the Model Context Protocol (MCP), designed to facilitate communication and interaction between different components in a model-driven architecture.