My Tools MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@My Tools MCP Serverread the contents of package.json"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server - My Tools
A Model Context Protocol (MCP) server that provides utility tools for file operations and calculations.
Features
read_file - Reads file content from a specified path
calculator - Evaluates mathematical expressions
Related MCP server: Calculator MCP
Installation
npm installUsage
Start the MCP server:
node mcp-server.jsThe server communicates via stdio transport using the Model Context Protocol.
Configuration
Adding to settings.json
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.
Available Tools
read_file
Reads the content of a file at the given path.
Input:
path(string) - The absolute path to the file
Output:
File content as string
calculator
Evaluates a mathematical expression.
Input:
expression(string) - The mathematical expression to evaluate
Output:
Result of the expression
Dependencies
@modelcontextprotocol/sdk - MCP SDK for building MCP servers
readline-sync - Synchronous readline for terminal input
License
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides basic arithmetic operations and advanced mathematical functions through the Model Context Protocol (MCP), with features like calculation history tracking and expression evaluation.1
- AlicenseBqualityDmaintenanceProvides mathematical computation capabilities including basic arithmetic operations (add, subtract, multiply, divide), advanced functions (square root, factorial, logarithm), and trigonometric functions (sin, cos, tan) through the Model Context Protocol.5MIT
- FlicenseAqualityDmaintenanceProvides basic mathematical operations including addition, subtraction, multiplication, division, and power calculations through a Model Context Protocol interface.51
- FlicenseCqualityDmaintenanceA Model Context Protocol server that provides tools for mathematical calculations and directory listing, alongside prompt templates for code reviews and explanations. It enables file system access and resource reading through stdio transport.2
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
AI-callable calculators and engineering models with real formulas. No hallucinated math.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zaby2/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server