MCP.so
登录

my-mcp-server with TypeScript

@billyangbc

关于 my-mcp-server with TypeScript

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

billyangbc

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is my-mcp-server with TypeScript?

This project is a template for building an MCP server using TypeScript. It shows how to define custom tools and execute them via the MCP protocol, targeting developers integrating with hosts like Cline.

How to use my-mcp-server with TypeScript?

Clone the repository, run pnpm i or npm install to install dependencies, then build the project. Register the server in cline_mcp_settings.json (under Cline → Configure MCP Servers) with "command": "node" and "args" pointing to build/index.js.

Key features of my-mcp-server with TypeScript

  • Install and set up MCP server with TypeScript
  • Define custom tools for your MCP server
  • Execute tools using the MCP protocol
  • Integrate with MCP hosts like Cline
  • Uses pnpm or npm for package management

Use cases of my-mcp-server with Type

评论

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