My Tools MCP Server
@nishio
关于 My Tools MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论