# Mcp Create Tool

> CLI tool to create new Agentico MCP tools

- **Type:** MCP server
- **Install:** `agentstack add mcp-agentico-dev-mcp-create-tool`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [agentico-dev](https://agentstack.voostack.com/s/agentico-dev)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [agentico-dev](https://github.com/agentico-dev)
- **Source:** https://github.com/agentico-dev/mcp-create-tool
- **Website:** https://agentico.dev

## Install

```sh
agentstack add mcp-agentico-dev-mcp-create-tool
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# mcp-create-tool

[](https://opensource.org/licenses/MIT)
[](https://app.fossa.com/projects/git%2Bgithub.com%2agentico%2Fmcp-create-tool?ref=badge_shield)

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](https://claude.ai/download). 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](https://github.com/modelcontextprotocol/create-typescript-server) project.

## Getting Started

```bash
# 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:

```bash
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](LICENSE) file for details.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [agentico-dev](https://github.com/agentico-dev)
- **Source:** [agentico-dev/mcp-create-tool](https://github.com/agentico-dev/mcp-create-tool)
- **License:** MIT
- **Homepage:** https://agentico.dev

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-agentico-dev-mcp-create-tool
- Seller: https://agentstack.voostack.com/s/agentico-dev
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
