{
"mcpServers": {
"mcp-create-tool": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 425 days ago. 1 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
An open-source AI agent that brings the power of Gemini directly into your terminal.
The full-stack TypeScript framework to build, test, and deploy production-ready MCP servers and AI-native apps.
Open-source persistent memory for AI agent pipelines (LangGraph, CrewAI, AutoGen) and Claude. REST API + knowledge graph + autonomous consolidation.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Create Tool and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
# 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
This project is licensed under the MIT License—see the LICENSE file for details.