Example Server icon

Example Server

Exposes simple tools for AI assistants via the Model Context Protocol.

소개

This Node.js server serves as a minimal demonstration of the Model Context Protocol (MCP), providing a basic framework for AI assistants to interact with custom tools. It includes two example tools, `add` for numerical operations and `getTime` for retrieving the current server time, showcasing how to define and expose functionalities that can be invoked by AI clients like Claude Desktop or Cursor. Developers can extend this foundation to integrate more complex custom logic and operations into their AI workflows.

주요 기능

  • Communicates via StdIO for AI assistant integration
  • Built with Node.js and the official MCP SDK
  • Includes example `add` and `getTime` tools
  • Minimal Model Context Protocol (MCP) server implementation
  • Easily extendable to define custom tools
  • 0 GitHub stars

사용 사례

  • Learning and experimenting with the Model Context Protocol
  • Developing custom tools callable by AI assistants like Claude Desktop or Cursor
  • Integrating simple utility functions into AI-driven workflows
Advertisement

Advertisement