Agent Tool
Freeby MCP Community
MCP build: init → build → run. Turn your project (@tool, SKILL, n8n) into a standalone MCP npm server (no framework embedding, no package conflict).
v1.0.105Added Apr 12, 2026
Agent Tool MCP Server
MCP build: init → build → run. Turn your project (@tool, SKILL, n8n) into a standalone MCP npm server (no framework embedding, no package conflict).
Installation
npx -y @easynet/agent-tool
Reviews
Installation
Quick install
npx -y @easynet/agent-tool
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-tool": {
"command": "npx",
"args": ["-y", "@easynet/agent-tool"]
}
}
}