Intentorch
Freeby MCP Community
Intent-Driven MCP Orchestration Toolkit - Transform natural language into executable workflows with AI-powered intent parsing and MCP tool orchestration
v0.7.2Added Apr 12, 2026
mcpmodel-context-protocolintentorchestrationai
Intentorch MCP Server
Intent-Driven MCP Orchestration Toolkit - Transform natural language into executable workflows with AI-powered intent parsing and MCP tool orchestration
Installation
npx -y @mcpilotx/intentorch
Reviews
Installation
Quick install
npx -y @mcpilotx/intentorch
Add to claude_desktop_config.json
{
"mcpServers": {
"intentorch": {
"command": "npx",
"args": ["-y", "@mcpilotx/intentorch"]
}
}
}