四則演算 MCP サーバー
Description
# 四則演算 MCP サーバー このMCPサーバーは、基本的な四則演算(足し算、引き算、掛け算、割り算)を実行するためのツールを提供します。 ## 機能 このサーバーは以下の四則演算ツールを提供します: 1. **add** - 2つの数値を足し算します 2. **subtract** - 2つの数値を引き算します 3. **multiply** - 2つの数値を掛け算します 4. **divide** - 2つの数値を割り算します(ゼロ除算の場合はエラーを返します) ## インストール方法 1. このリポジトリをクローンまたはダウンロードします 2…
About
# 四則演算 MCP サーバー このMCPサーバーは、基本的な四則演算(足し算、引き算、掛け算、割り算)を実行するためのツールを提供します。 ## 機能 このサーバーは以下の四則演算ツールを提供します: 1. **add** - 2つの数値を足し算します 2. **subtract** - 2つの数値を引き算します 3. **multiply** - 2つの数値を掛け算します 4. **divide** - 2つの数値を割り算します(ゼロ除算の場合はエラーを返します) ## インストール方法 1. このリポジトリをクローンまたはダウンロードします 2. 依存パッケージをインストールします: ``` npm install ```…
Details
- Author
- YuheiNakasaka
- Downloads
- 209
- Categories
- Other, Developer Tools
Jump to
- Four arithmetic tools: add, subtract, multiply, divide.
- Division by zero returns an error.
- Built with TypeScript and MCP SDK.
- Input
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
四則演算 MCP サーバーCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\u56db\u5247\u6f14\u7b97 mcp \u30b5\u30fc\u30d0\u30fc": {
"arithmetic": {
"command": "node",
"args": [
"/Users/y_nakasaka/Documents/Cline/MCP/arithmetic-server/src/index.js"
],
"disabled": false,
"autoApprove": []
}
}
}
}
McpServers
{
"arithmetic": {
"command": "node",
"args": [
"/Users/y_nakasaka/Documents/Cline/MCP/arithmetic-server/src/index.js"
],
"disabled": false,
"autoApprove": []
}
}
Performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
このMCPサーバーは、基本的な四則演算(足し算、引き算、掛け算、割り算)を実行するためのツールを提供します。
- add- 2つの数値を足し算します
- subtract- 2つの数値を引き算します
- multiply- 2つの数値を掛け算します
- divide- 2つの数値を割り算します(ゼロ除算の場合はエラーを返します)
- このリポジトリをクローンまたはダウンロードします
- 依存パッケージをインストールします:
npm install
Clineでこのサーバーを使用するには、Claude Desktop Appの設定ファイルを編集する必要があります:
~/Library/Application Support/Claude/claude_desktop_config.json
以下の内容を追加します(既存のmcpServersオブジェクトがある場合は、その中に追加します):
{ "mcpServers": { "arithmetic": { "command": "node", "args": ["/Users/y_nakasaka/Documents/Cline/MCP/arithmetic-server/src/index.js"], "disabled": false, "autoApprove": [] } } }
Clineで以下のようなプロンプトを使用することで、四則演算ツールを呼び出すことができます:
- 「5と3を足し算してください」
- 「10から7を引いてください」
- 「6と8を掛け算してください」
- 「20を4で割ってください」
- TypeScript
- Model Context Protocol (MCP) SDK
- Zod(バリデーション用)
Chia Health MCP Server — Patient workflow integration for a licensed US telehealth platform. Browse GLP-1 medications (semaglutide, tirzepatide), peptide therapies (sermorelin, NAD+, glutathione), and longevity treatments. Check eligibility, complete intake, sign consents, and manage treatment plans. 30 tools, HIPAA-compliant. All prescriptions evaluated by licensed US healthcare providers and delivered from FDA-regulated pharmacies across 50 states + DC.
Broker + MCP server for last-bidder-wins games on Solana — agents register, auto-fund a Privy wallet, and bid via streamable HTTP
AI-powered no-code app builder with 17 MCP tools — create projects, generate pages from natural language, AI text/image generation (GPT, Claude, Gemini, 14+ models), page CRUD, workflow execution, publish & version control. SSE transport, API key auth.
An mcp server for your food ordering needs.
Agent-to-Agent handoff certification for multi-agent systems — validates context preservation, verifies agent capabilities before handoff, logs transfer chains, and ensures no data loss in agent orchestration.
Unified MCP & skill management gateway with progressive disclosure. Manages multiple MCP servers as Agent Apps, loading tool schemas on demand for 99% context token savings. Shared across Claude Code, Codex, OpenCode and more.
A collection of Model Context Protocol (MCP) servers for various tasks and integrations, supporting both Python and Node.js environments.
Open-souSecurely feeds real security refreshed rules into Cursor, Claude Code, and Windsurf — zero config, no API key.
Health intelligence MCP — access biomarkers, biological age, and personalized longevity action plans from your Aniva profile.
Real-time stock heatmaps and investment tools delivered as interactive React components.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





