Bloomingg/simple-mcp-server
If you are the rightful owner of simple-mcp-server 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.
A basic example of an MCP (Model Context Protocol) server built with TypeScript and `@modelcontextprotocol/sdk`.
The Simple MCP Server is a straightforward implementation of a Model Context Protocol server using TypeScript and the `@modelcontextprotocol/sdk`. It is designed to demonstrate the basic functionality of an MCP server by providing an `echo` tool that repeats any message sent to it. This server is configured for npm publishing and communicates over standard input/output, making it suitable for integration with various MCP clients. The server is built with TypeScript, ensuring type safety and modern JavaScript features, and it is easy to set up and run locally with Node.js.
Features
- Built with TypeScript
- Uses `@modelcontextprotocol/sdk`
- Includes a basic `echo` tool
- Configured for npm publishing
- Communicates over stdio
Tools
echo
Repeats back any message sent to it.