my-mcp-server

billyangbc/my-mcp-server

3.1

If you are the rightful owner of my-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

my-mcp-server is a Model Context Protocol (MCP) server implemented in TypeScript, designed to facilitate the integration and execution of custom tools using the MCP protocol.

my-mcp-server with TypeScript

What include:

  • Install and set up an MCP server with TypeScript
  • Define custom tools for your MCP server
  • Execute tools using the MCP protocol
  • Integrate your MCP server with a host such as Cline

Use:

  1. download the code
git clone git@github.com:billyangbc/my-mcp-server.git
cd my-mcp-server
pnpm i # npm install
  1. integrade with host Register the MCP server in cline_mcp_settings.json (Cline => Configure MCP Servers)
    ...,
    "my-mcp-server": {
      "command": "node",
      "args": [
        "/Users/YOUR_USER/mcp-server/build/index.js"
      ]
    }