MCP TypeScript Tools Server
Overview
MCP-Server is a Model Context Protocol (MCP) server implementation in TypeScript that provides various utility tools for large language models (LLMs) like Claude, including a calculator, datetime, and note-taking tools.
To use MCP-Server, clone the repository, install dependencies, build the project, and configure it with Claude for Desktop or Cursor to access the tools.
- 🧮 Calculator tool for basic mathematical operations - 📅 DateTime tool for current date/time in different formats - 📝 Notes tool for saving and retrieving text notes - 🔌 Compatible with Claude for Desktop and Cursor - 🚀 Easy to extend with new tools
- Performing mathematical calculations using the calculator tool.
- Retrieving the current date and time in various formats.
- Saving and managing notes for projects or tasks.
- Extending the server with custom tools for specific needs.
Add to your AI client
Use these steps to connect MCP TypeScript Tools Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-albo3": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-albo3"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-albo3": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-albo3"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-albo3": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-albo3"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-albo3": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-albo3"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-albo3": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-albo3"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-albo3": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-albo3"
]
}
}
}FAQ
What are the prerequisites for using MCP-Server?
You need Node.js (v16 or higher) and npm, along with Claude for Desktop or Cursor.
How do I add new tools to MCP-Server?
Create a new file in `src/tools/`, implement your tool, and register it in the main server file.
Where can I find troubleshooting information?
Check the logs in the specified directories for Claude for Desktop or Cursor for any issues.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1933,"uuid":"ce8ac760-2bc5-4fa0-a6cd-b9d7fb9cd740","name":"MCP-Server","title":"MCP TypeScript Tools Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/48435153?v=4","created_at":"2025-03-05T06:53:24.937Z","updated_at":"2025-03-12T10:22:00.680Z","status":"created","author_name":"Albo3","author_avatar_url":"https://avatars.githubusercontent.com/u/48435153?v=4","tags":"mathgpt,math-solver,math-assistant","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/Albo3/MCP-Server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-02-28 18:04:13\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]