ndajiya/mcp-server-template
If you are the rightful owner of 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 lightweight, generic Model Context Protocol (MCP) server implementation written in Node.js, compatible with any LLM that supports the MCP tool calling interface.
The MCP Server Template is a versatile and lightweight server implementation designed to work with the Model Context Protocol (MCP). Written in Node.js, it is LLM-agnostic, meaning it can be used with a variety of language models such as Claude, ChatGPT (via wrappers), OpenDevin, or other open-source LLMs. The server supports MCP over standard input/output (stdio) and includes basic tool definitions to demonstrate its capabilities. It is built using the official Model Context Protocol SDK, ensuring compatibility and ease of integration with other MCP-compliant systems. The server is designed to be easily customizable, allowing developers to add their own tools and extend its functionality.
Features
- Supports MCP over stdio
- Includes example tools: 'about' and 'hello'
- Built with the official Model Context Protocol SDK
- Easily customizable to add new tools
- Compatible with various LLMs