Mcp Server Tools
@hungry557
About Mcp Server Tools
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"tools": {
"command": "npx",
"args": [
"-y",
"@hungry557/mcp-server-tools"
],
"env": {
"API_URL": "YOUR_API_URL_HERE",
"API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}Tools
1Add two numbers
Overview
What is Mcp Server Tools?
Mcp Server Tools is a server tool set based on the Model Context Protocol, providing utility functions for large language models to call. It communicates via standard input/output (stdio) and currently offers the add tool for calculating the sum of two numbers.
How to use Mcp Server Tools?
Install globally via npm (npm install -g @hungry557/mcp-server-tools) or run directly with NPX (npx @hungry557/mcp-server-tools). Docker deployment is also available (docker run -i --rm hungry557/tools). Configure the required environment variables API_URL and API_KEY before running.
Key features of Mcp Server Tools
- Based on the Model Context Protocol SDK
- Communicates through standard input/output (stdio)
- Simple and easy‑to‑use utility functions
- Supports deployment via Docker
- Can be run directly using NPX
Use cases of Mcp Server Tools
- Adding a basic arithmetic tool to an MCP‑enabled LLM application
- Quickly testing MCP server tools locally without a global install
- Running tool functions in a containerized environment via Docker
- Extending LLM capabilities with a custom utility function during development
FAQ from Mcp Server Tools
What runtime does Mcp Server Tools require?
It requires Node.js to run via NPX or npm, and can also be deployed using Docker.
How does Mcp Server Tools communicate?
It uses standard input/output (stdio) communication, as supported by the Model Context Protocol.
What environment variables are needed?
You must set API_URL (the API server address) and API_KEY (the API access key).
What tools are currently available?
Currently, only the add tool is provided, which calculates the sum of two numbers.
Can Mcp Server Tools be used without installing globally?
Yes, you can run it directly with NPX using npx @hungry557/mcp-server-tools.
More Other MCP servers
🚀 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,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments