MCP.so
Sign In

MCP Tool Template

@zubhav

About MCP Tool Template

MCP Server Template using

Basic information

Category

Developer Tools

Runtime

node

Transports

stdio

Publisher

zubhav

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Tool Template?

A template repository for building Model Context Protocol (MCP) tools. It provides a foundation for creating MCP-compatible tools that can be used with AI agents, following the MCP specification for standardized interactions.

How to use MCP Tool Template?

Install dependencies with npm install. Create new tools in the src/tools/ directory, each defining input/output schemas using Zod, implementing the MCP protocol interface, and including comprehensive tests. Run the test suite with npm run test.

Key features of MCP Tool Template

  • Defines input/output schemas using Zod
  • Implements the MCP protocol interface
  • Includes comprehensive test suite
  • Structured tool directory layout with prompt.ts and schema.ts
  • Uses

Comments

More Developer Tools MCP servers