MCP.so
登录

My Tools MCP Server

@nishio

关于 My Tools MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

nishio

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器