MCP Server
@semo94
About MCP Server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
1Perform arithmetic operations
Overview
What is MCP Server?
MCP Server is a Node.js/TypeScript implementation of the Model Context Protocol (MCP). It provides tools, resources, and prompts that standardize how AI applications provide context to large language models (LLMs) and enable seamless communication with data sources and tools. It is intended for developers building AI-powered applications.
How to use MCP Server?
To use MCP Server, ensure Node.js 18+ and npm are installed. Clone the repository, run npm install, then npm run build. Start the server with npm start for stdio transport or npm start -- --http for HTTP/SSE transport. The default HTTP port is 3000; change it by setting the PORT environment variable (e.g., PORT=8080 npm start -- --http).
Key features of MCP Server
- Calculator tool with add, subtract, multiply, divide operations
- Server information resource exposing system metrics
- Echo resource to reflect back any message
- Greeting prompt template with formal/casual options
- Code review prompt template for code improvement suggestions
- Support for both stdio and HTTP/SSE transport methods
- Comprehensive logging system
Use cases of MCP Server
- Performing arithmetic calculations through an LLM interface
- Retrieving live server diagnostics (uptime, memory, Node.js version) for AI-driven monitoring
- Echoing user-provided messages for testing or debugging LLM interactions
- Generating personalized greetings from a prompt within AI applications
- Automating code reviews by supplying code and receiving structured feedback from an LLM
FAQ from MCP Server
What transport methods does MCP Server support?
It supports stdio (for integration with MCP clients) and HTTP/SSE (for web-based usage). The HTTP mode is enabled by passing the --http flag.
How can I change the HTTP port?
Set the PORT environment variable before starting the server. For example: PORT=8080 npm start -- --http.
What are the prerequisites to run MCP Server?
Node.js version 18 or later and npm are required.
Does MCP Server run in development mode with auto‑reloading?
Yes, use npm run dev for stdio or npm run dev -- --http for HTTP/SSE transport in development mode.
What tools and resources are available?
The server provides a calculate tool (with operation, a, b parameters), a server://info resource, an echo://{message} resource, and two prompt templates: greeting and code-review.
Frequently asked questions
What transport methods does MCP Server support?
It supports stdio (for integration with MCP clients) and HTTP/SSE (for web-based usage). The HTTP mode is enabled by passing the `--http` flag.
How can I change the HTTP port?
Set the `PORT` environment variable before starting the server. For example: `PORT=8080 npm start -- --http`.
What are the prerequisites to run MCP Server?
Node.js version 18 or later and npm are required.
Does MCP Server run in development mode with auto‑reloading?
Yes, use `npm run dev` for stdio or `npm run dev -- --http` for HTTP/SSE transport in development mode.
What tools and resources are available?
The server provides a `calculate` tool (with operation, a, b parameters), a `server://info` resource, an `echo://{message}` resource, and two prompt templates: `greeting` and `code-review`.
Basic information
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ICSS
chokcoco不止于 CSS
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

YOUB
Connect your AI assistant to your own YOUB endurance training account. Read recorded activities with full analysis, planned sessions, race goals, wellness (HRV, sleep, resting HR) and your athletic profile. Create or mov
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments