Hello World
Serves as a foundational example demonstrating how to build Model Context Protocol (MCP) servers with TypeScript, offering basic resources and tools.
About
This project provides a minimal server built using the Model Context Protocol (MCP) TypeScript SDK. It showcases the creation of MCP-compliant resources and tools, enabling integration with large language models (LLMs) and MCP-enabled clients such as Claude Desktop. It's an ideal starting point for developers looking to understand and implement the MCP standard for custom functionalities and local integrations.
Key Features
- 3 GitHub stars
- Includes a `helloTool` for echoing messages or returning a default greeting.
- Communicates via standard input/output (Stdio) for easy integration with MCP clients.
- Provides simple MCP resources at `hello://greeting`, `hello://info`, and a resource list at `hello://list`.
Use Cases
- Integrating local functionalities with LLMs via MCP-enabled applications.
- Developing custom tools and resources for Model Context Protocol (MCP) clients.
- Learning and experimenting with the MCP TypeScript SDK.