Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Servercalculate 15 multiplied by 3"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server
A Model Context Protocol (MCP) server implementation that provides basic tools and utilities.
Features
This MCP server provides the following tools:
echo: Echo back the input text
uppercase: Convert text to uppercase
calculate: Perform basic mathematical calculations (add, subtract, multiply, divide)
Related MCP server: MCP Server Basic Example
Installation
Install dependencies:
npm installBuild the server:
npm run build
Usage
Development
Run the server in development mode:
Production
Build and run the server:
Configuration
To use this MCP server with Claude Desktop or other MCP clients, add the following to your MCP configuration:
Examples
Echo Tool
Uppercase Tool
Calculate Tool
License
MIT