Standard Library
for AI Agents.
Give Claude, Cursor, and ChatGPT the deterministic text processing tools they need. Our MCP server connects your agent to verified, high-performance code.
🤖 Install MCP Server
One command to add CleanTextLab tools to Claude Desktop
# Install MCP Server for Claude Desktop
npx cleantextlab-mcp
# Add to your Claude Desktop config (local machine):
{
"mcpServers": {
"cleantextlab": {
"command": "npx",
"args": ["-y", "cleantextlab-mcp"],
"env": {
"CLEANTEXTLAB_API_KEY": "ctl_live_YOUR_KEY"
}
}
}
}YOUR_KEY with your actual API key from SettingsThe Standard Library for AI Agents
LLMs are probabilistic engines—great for reasoning, bad for deterministic tasks. Give your agents CleanTextLab via MCP to ensure accuracy.
Get your API key
Subscribe to Pro ($5/mo launch pricing) for API access. Pro includes 5,000 calls/day.
Install the MCP server
Use the CleanTextLab MCP package via npx. No global install required.
Add to your client
Paste the JSON config into Claude, Cursor, ChatGPT, or any MCP client.
Setup in 30 seconds.
Add this configuration block to your MCP client settings (local machine) (e.g., claude_desktop_config.json) and restart.
Your API key stays local to your machine.
Auto-updates via npx. No version management needed.
{
"mcpServers": {
"cleantextlab": {
"command": "npx",
"args": ["-y", "cleantextlab-mcp"],
"env": {
"CLEANTEXTLAB_API_KEY": "YOUR_KEY"
}
}
}
}Tool Capabilities.
Your agents gain instant access to a suite of deterministic tools. No more hallucinated JSON or broken CSVs.
Troubleshooting
Confirm your API key is valid and set as CLEANTEXTLAB_API_KEY in your config.
sanitize-url and sort-dedupe require a Pro subscription.
Ensure your MCP client has access to node/npm and can execute npx.