Example Server
byMtar786
0Exposes simple tools for AI assistants via the Model Context Protocol.
Acerca de
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.
Características Principales
- 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
Casos de Uso
- 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