taskweft-mcp

V-Sekai-fire/taskweft-mcp
★ 0 stars Elixir 📦 Other Updated 2d ago
MCP server exposing the Taskweft HTN planner over stdio
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "taskweft-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "V-Sekai-fire/taskweft-mcp"
      ]
    }
  }
}