My Tools icon

My Tools

Serves as a Node.js-based Model Context Protocol server, exposing utility tools for interaction.

About

This Node.js Model Context Protocol (MCP) server demonstrates how to expose custom tools for consumption by AI agents or other systems. It includes three example tools: 'greet' for personalized messages, 'calculate' for basic arithmetic, and 'weather_info' for mock weather data. Built using the `@modelcontextprotocol/sdk`, it leverages stdio transport for straightforward integration, making it an excellent resource for developers aiming to understand and implement MCP-based tool exposure.

Key Features

  • Stdio transport for easy integration
  • Extensible tool definition framework
  • Includes example tools: greet, calculate, and weather_info
  • 0 GitHub stars
  • MCP server built with @modelcontextprotocol/sdk

Use Cases

  • Demonstrating Model Context Protocol (MCP) server implementation
  • Integrating custom command-line tools with AI agents (e.g., Copilot Chat)
  • Prototyping and testing new tool functionalities within an MCP environment
Advertisement

Advertisement