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.

コメント

「その他」の他のコンテンツ