J

mcp-create-tool

...
Created 1/13/2025byagentico-dev

Categories

agent-toolsai-toolsmcpmodelcontextprotocol

Language:

JavaScript

Stars:

1

Forks:

0

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.

Last updated: 2/7/2025

Publisher info

agentico-dev's avatar

Agentico

Where AI Meets Simplicity

United States of America
1
followers
0
following
5
repos

More MCP servers built with JavaScript

mcp-server-semgrep

MCP Server Semgrep is a [Model Context Protocol](https://modelcontextprotocol.io) compliant server that integrates the powerful Semgrep static analysis tool with AI assistants like Anthropic Claude. It enables advanced code analysis, security vulnerability detection, and code quality improvements directly through a conversational interface.

By Szowesgad9
protonmail-mcp

This MCP server provides email sending functionality using Protonmail's SMTP service. It allows both Claude Desktop and Cline VSCode extension to send emails on your behalf using your Protonmail credentials.

By amotivv6
agentql-mcp

Model Context Protocol server that integrates AgentQL's data extraction capabilities.

By tinyfish-io45