my-custom-mcp-server

johnguilbertc/my-custom-mcp-server

3.2

If you are the rightful owner of my-custom-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.

A custom Model Context Protocol (MCP) server designed for personal use, offering flexibility and ease of modification.

My Custom MCP Server

A custom Model Context Protocol (MCP) server for personal use.

Features

  • Custom tools and resources
  • Easy to extend and modify
  • TypeScript-based

Installation

npm install -g my-custom-mcp-server

Usage

Add to your MCP client configuration:

{
  "servers": {
    "my-custom-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["my-custom-mcp-server"]
    }
  }
}

Development

npm install
npm run dev