loading…
Search for a command to run...
loading…
Provides file reading and mathematical calculation tools through the Model Context Protocol. Enables reading file contents and evaluating mathematical expressio
Provides file reading and mathematical calculation tools through the Model Context Protocol. Enables reading file contents and evaluating mathematical expressions via stdio transport.
A Model Context Protocol (MCP) server that provides utility tools for file operations and calculations.
npm install
Start the MCP server:
node mcp-server.js
The server communicates via stdio transport using the Model Context Protocol.
To use this MCP server with VS Code (or compatible editors), add the following configuration to your settings.json:
{
"mcp": {
"servers": {
"my-tools": {
"command": "node",
"args": ["/Users/bogdansitov/mcp/mcp-server.js"],
"disabled": false
}
}
}
}
Note: Update the path to mcp-server.js if the server is located elsewhere on your system.
Reads the content of a file at the given path.
Input:
path (string) - The absolute path to the fileOutput:
Evaluates a mathematical expression.
Input:
expression (string) - The mathematical expression to evaluateOutput:
ISC
from github.com/Zaby2/mcp
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"my-tools-mcp-server": {
"command": "npx",
"args": []
}
}
}