Skip to content

Intentorch

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

Installation

Quick install
npx -y @mcpilotx/intentorch
Add to claude_desktop_config.json
{
  "mcpServers": {
    "intentorch": {
      "command": "npx",
      "args": ["-y", "@mcpilotx/intentorch"]
    }
  }
}