mcp-starter-kit-node
If you are the rightful owner of mcp-starter-kit-node 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.
MCP Quick Start Server is a simple example of a Model Context Protocol server built with TypeScript, demonstrating basic tools, resources, and prompts.
The MCP Quick Start Server is a foundational project designed to help developers quickly set up a Model Context Protocol (MCP) server using TypeScript and the `@modelcontextprotocol/sdk`. It provides a basic framework for defining tools, resources, and prompts, allowing developers to extend and customize the server's capabilities. The server is structured to handle JSON-RPC messages, enabling interaction with AI clients or other development tools. The project includes examples of tools like adding numbers and fetching jokes, resources for personalized greetings, and prompts for guided AI interactions. It is designed to be easily extendable, making it a suitable starting point for more complex MCP server implementations.
Features
- Tool: add: Adds two numbers and returns the sum as a string.
- Tool: fetch-chuck-jokes: Fetches a random Chuck Norris joke and returns it as a string.
- Resource: greeting: Provides a personalized greeting using a URI scheme.
- Prompt: getGreetingAndJoke: Instructs an AI client to greet a user by name and tell a Chuck Norris joke.
Tools
add
A tool to add two numbers.
fetch-chuck-jokes
A tool to fetch a random Chuck Norris joke.