hungry557/mcp-server-tools
If you are the rightful owner of mcp-server-tools and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server Tools is a server toolset based on the Model Context Protocol, offering a range of utility functions for large language models.
MCP Server Tools is designed to facilitate communication and interaction with large language models through the Model Context Protocol (MCP). It provides a set of simple and easy-to-use utility functions that can be accessed via standard input and output (stdio). The toolset is developed using the MCP SDK and supports deployment through Docker, as well as direct execution using NPX. This makes it highly versatile and easy to integrate into various environments. The current version includes a basic arithmetic function, 'add', which calculates the sum of two numbers. The toolset is particularly useful for developers looking to streamline their workflow with LLMs by providing a straightforward interface for executing common tasks.
Features
- Developed using Model Context Protocol SDK
- Supports communication via standard input/output (stdio)
- Simple and easy-to-use utility functions
- Supports Docker deployment
- Can be run directly using NPX
Usages
npx usage
npx @hungry557/mcp-server-tools
docker usage
docker run -i --rm hungry557/tools
mcp configuration
{ "mcpServers": { "tools": { "command": "npx", "args": ["-y", "@hungry557/mcp-server-tools"], "env": { "API_URL": "YOUR_API_URL_HERE", "API_KEY": "YOUR_API_KEY_HERE" } } } }