MCP ExplorerExplorer

Mcp Create Tool

@agentico-devon 10 months ago
1 MIT
FreeCommunity
AI Systems
#agent-tools#ai-tools#mcp#modelcontextprotocol
CLI tool to create new Agentico MCP tools

Overview

What is Mcp Create Tool

mcp-create-tool is a command line interface (CLI) tool designed for quickly scaffolding new MCP (Model Context Protocol) tools, which can be utilized with Agentico’s MCPServer, an open-source server implementation for the Model Context Protocol.

Use cases

Use cases for mcp-create-tool include developing custom MCP tools for specific applications, creating prototypes for testing MCP functionalities, and facilitating collaborative development of MCP-based projects.

How to use

To use mcp-create-tool, run the command ‘npx @agentico/mcp-create-tool ’ in your terminal to create a new tool. You can also specify options like name and description. After creation, navigate to the tool’s directory, install dependencies, and build the server using npm commands.

Key features

Key features of mcp-create-tool include support for multiple operating systems (WSL, Windows, macOS), the ability to create MCP servers in a cross-platform manner, and integration with TypeScript for building and developing tools.

Where to use

mcp-create-tool can be used in software development environments where there is a need to create and manage MCP tools, particularly in projects involving the Model Context Protocol.

Content

mcp-create-tool

NPM Version
License: MIT
FOSSA Status

A command line tool for quickly scaffolding new MCP (Model Context Protocol) tools to be used with the Agentico’s MCPServer, an open-source server facade implementation for the Model Context Protocol.

Supports WSL, Windows, and macOS for the Claude Desktop App. If you are using Linux in WSL to develop your code, mcp-create-tool supports the creation of the MCP server in the Windows file system, cross-referencing the Linux file system.

This repository is derived from the original create-typescript-server project.

Getting Started

# Create a new tool in the directory `echo-tool`
npx @agentico/mcp-create-tool echo-tool

# With options
npx @agentico/mcp-create-tool echo-tool --name "MCP Echo Tool" --description "A custom MCP tool that echoes input messages."

After creating your server:

cd echo-tool     # Navigate to server directory
npm install      # Install dependencies

npm run build    # Build once
# or...
npm run watch    # Start TypeScript compiler in watch mode

# optional
npm link         # Make your server binary globally available

# Test your server in your browser
npm run inspector

License

This project is licensed under the MIT License—see the LICENSE file for details.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers