MCP.so
Sign In

My Tools MCP Server

@nishio

About My Tools MCP Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

nishio

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "my-tools-mcp-server-public-preview": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/create-server",
        "time-server"
      ]
    }
  }
}

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 My Tools MCP Server?

My Tools MCP Server is a Model Context Protocol server that exposes personal automation tools to AI agents. It is designed as a personal tool aggregator, initially including a "get_current_time" tool that calls a Python script.

How to use My Tools MCP Server?

To use, create a project directory, then run npx @modelcontextprotocol/create-server time-server. Edit index.ts to add tools like get_current_time and use execSync to call Python scripts.

Key features of My Tools MCP Server

  • Provides personal automation tools to AI agents via MCP
  • Uses TypeScript and Python for tool implementation
  • Includes a "get_current_time" tool as an example
  • Supports extensibility by adding new tools in a single server
  • Aggregates various personal scripts in one repository

Use cases of My Tools MCP Server

  • Allowing AI agents to retrieve the current time via a Python script
  • Building a centralized server for personal automation tasks
  • Enabling AI agents to call custom scripts without creating separate servers

FAQ from My Tools MCP Server

What is My Tools MCP Server?

It is an MCP server that lets AI agents use personal automation tools, such as a current time tool implemented in Python.

How do I create a new tool on the server?

Follow the steps in the README: create a project with npx, edit index.ts to define the tool schema, and use execSync to call a Python script.

What programming languages are used?

The server is written in TypeScript (index.ts) and calls Python scripts (e.g., current_time.py).

Is the server public?

There is a public preview repository (my-tools-mcp-server-public-preview), while the main private repository contains personal settings and scripts.

What tools are currently available?

Currently, only the "get_current_time" tool is explicitly described, which returns the current time from a Python script.

Comments

More Other MCP servers