1. Conduid
  2. Files
  3. Texttools
MCP server · Files

Texttools

MCP server with 15 text transformation tools — case conversion, slug, word count, lorem ipsum, truncate, regex replace, markdown strip, reverse, line sort, text diff, extract emails, extract URLs, text pad, text wrap, string repeat

37Low

Scored 5 months ago · breakdown

About Texttools

Texttools is an MCP server in the Files category: mCP server with 15 text transformation tools — case conversion, slug, word count, lorem ipsum, truncate, regex replace, markdown strip, reverse, line sort, text diff, extract emails, extract URLs, text pad, text wrap, string repeat. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add texttools -- npx -y mcp-texttools
npx
npx -y mcp-texttools

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Texttools

Powered by Claude · Grounded in docs

I know everything about Texttools. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

mcp-texttools

MCP server with 15 text transformation tools for Claude Desktop, Cursor, and any MCP-compatible AI assistant.

Install

{
  "mcpServers": {
    "texttools": {
      "command": "npx",
      "args": ["-y", "mcp-texttools"]
    }
  }
}

Tools

Tool Description
case_convert Convert between camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, Title Case, dot.case
slugify Convert text to a URL-friendly slug
word_count Count words, characters, sentences, paragraphs, estimate reading time
lorem_ipsum Generate lorem ipsum placeholder text (words, sentences, paragraphs)
truncate Truncate text at character, word, or sentence boundary with custom suffix
regex_replace Find and replace using regular expressions with capture groups
markdown_strip Strip markdown formatting to get plain text
text_reverse Reverse text by characters, words, or lines
line_sort Sort lines alphabetically, numerically, by length, or randomly; deduplicate
text_diff Compare two texts and show line-by-line differences
extract_emails Extract all email addresses from text
extract_urls Extract all URLs from text
text_pad Pad text to fixed width — left, right, or center aligned
text_wrap Wrap text to specified line width at word boundaries
string_repeat Repeat a string N times with optional separator

Why use this?

  • Zero confignpx and go, no API keys needed
  • 15 tools — covers the most common text transformation tasks
  • Works everywhere — Claude Desktop, Cursor, Windsurf, any MCP client

Support

If this tool saves you time, consider supporting development:

Like this? Try mcp-devutils

mcp-devutils — 44 developer tools in one MCP server. UUID, hash, JWT, JSON diff, AES encryption, and more. 15 free, unlock all 44 for $5.

License

MIT

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About Texttools

How do I install Texttools?

Run claude mcp add texttools -- npx -y mcp-texttools, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Texttools safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Texttools still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.