Toolkit
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.126Added Apr 12, 2026
Toolkit 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 @botbotgo/toolkit
Reviews
Installation
Quick install
npx -y @botbotgo/toolkit
Add to claude_desktop_config.json
{
"mcpServers": {
"toolkit": {
"command": "npx",
"args": ["-y", "@botbotgo/toolkit"]
}
}
}