01 What is Docflow Document MCP
TextIn Docflow Document MCP is a service based on Model Context Protocol that provides AI Coding Agents with document retrieval capabilities for TextIn Docflow.
After integration, your Agent can:
- Query Docflow API documentation
- Get API parameter descriptions
- Search for usage examples and best practices
02 Installation
Claude Code
Codex
Cursor
VS Code Chat
Trae
Add MCP Service
Run the following command in your terminal:claude mcp add textin-docflow-docs --transport sse http://docflow.textin.com/textin-docs/mcp
Verify Installation
Run the following command to view added MCP services:The output should include textin-docflow-docs.Add MCP Service
Run the following command in your terminal:codex mcp add textin-docflow-docs --url http://docflow.textin.com/textin-docs/mcp
Verify Installation
Run the following command to view added MCP services:The output should include textin-docflow-docs.Add MCP Service
- Open Cursor → Preferences → Cursor Settings
- Select Tools & MCPs in the left navigation
- Click Add Custom MCP
- Enter the following JSON:
{
"mcpServers": {
"textin-docflow-docs": {
"url": "http://docflow.textin.com/textin-docs/mcp"
}
}
}
- Save and confirm
textin-docflow-docs status shows connected
Add MCP Service
Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P), search for MCP: Add Server, then:
- Select HTTP (http or sse)
- Enter the server URL:
http://docflow.textin.com/textin-docs/mcp
- Enter the server ID:
textin-docflow-docs
Verify Installation
Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P), run MCP: List Servers, and confirm textin-docflow-docs status shows connected.Add MCP Service
- Open Trae Settings → MCP
- Click the dropdown Add, select Manual Configuration
- Enter the following JSON:
{
"mcpServers": {
"textin-docflow-docs": {
"url": "http://docflow.textin.com/textin-docs/mcp"
}
}
}
- Save and confirm
textin-docflow-docs status shows connected
Ensure your network can access docflow.textin.com. If there are network restrictions, contact your administrator to whitelist the domain.