mcp-server-for-addition-tool
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-server-for-addition-toolAdd 1234 and 5678, please."
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.
๐งฎ My MCP Server
A simple Model Context Protocol (MCP) server built with Node.js, TypeScript, and the MCP TypeScript SDK.
Designed for seamless integration with LLMs to provide real-time tool execution via standard I/O.
โจ Features
๐ Stdio Transport: Reliable local inter-process communication via
stdio.โก
add_numbersTool: Exposes addition calculations directly to context-aware models.๐ก๏ธ Type-Safe Validation: Full input schema validation powered by Zod.
๐งช Inspector Tested: Fully tested and verified using the official MCP Inspector.
Related MCP server: MCP Boilerplate
๐ ๏ธ Tech Stack
Technology | Role |
Node.js | Server Runtime Environment |
TypeScript | Type-Safe Application Logic |
MCP SDK | Model Context Protocol Implementation |
Zod | Schema & Argument Validation |
๐ Project Structure
my-mcp-server/
โโโ ๐ src/
โ โโโ ๐ index.ts
โโโ ๐ .gitignore
โโโ ๐ package.json
โโโ ๐ package-lock.json
โโโ ๐ tsconfig.json
โโโ ๐ README.mdThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseDqualityDmaintenanceA minimal Model Context Protocol server that provides a simple add(a, b) tool for computing the sum of two numbers.111MIT
- AlicenseNot gradedqualityDmaintenanceA minimal, production-ready MCP server with a simple addition calculator tool that demonstrates integration with the Model Context Protocol.151MIT
- FlicenseBqualityNot gradedmaintenanceA minimal Model Context Protocol server that provides a simple tool for adding two integers. It serves as a demonstration of the official Python MCP SDK and is designed for local execution via stdio.1
- FlicenseNot gradedqualityDmaintenanceA simple MCP server that provides a tool for adding two numbers, designed for testing MCP integration with Claude.
Related MCP Connectors
MCP server for Clipkit โ gives AI agents a video toolbox via the Clipkit schema.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yoโฆ
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/barmanakash/mcp-server-for-addition-tool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server