IntentText is a line-based document format where every line carries a semantic type (task:, step:, gate:) that maps directly to JSON without interpretation. This server exposes eight tools that let Claude parse .it files into structured data, validate workflow logic, query blocks by type or content, render to HTML or print-ready formats, merge templates with variable data, diff document versions, and extract execution graphs with dependency ordering. Reach for it when you need AI to read, write, or manipulate typed procedural documents like runbooks, checklists, or workflow specs where structure matters as much as content. It's also available as a hosted endpoint at intenttext-mcp.onrender.com if you want to skip local setup.
claude mcp add --transport stdio intenttext-intenttext-mcp -- npx -y @intenttext/mcp-server