四則演算 MCP サーバー
@YuheiNakasaka
About 四則演算 MCP サーバー
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"arithmetic": {
"command": "node",
"args": [
"/Users/y_nakasaka/Documents/Cline/MCP/arithmetic-server/src/index.js"
],
"disabled": false,
"autoApprove": []
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 四則演算 MCP サーバー?
This MCP server provides tools to perform basic arithmetic operations—addition, subtraction, multiplication, and division—for use with clients like Claude Desktop.
How to use 四則演算 MCP サーバー?
Clone the repository, run npm install to install dependencies, and compile with npm run build. Then add a configuration entry to the Claude Desktop App's claude_desktop_config.json file, specifying the command node and the path to the compiled index.js. Restart the app to enable the tools.
Key features of 四則演算 MCP サーバー
- Four arithmetic tools: add, subtract, multiply, divide.
- Division by zero returns an error.
- Built with TypeScript and MCP SDK.
- Input
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Comments