@rog0x/mcp-string-tools
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@rog0x/mcp-string-toolsCan you generate a slug from this title: 'How to Make Pancakes'?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@rog0x/mcp-string-tools
Advanced string manipulation tools for AI agents, served over the Model Context Protocol (MCP).
Tools
analyze_string
Analyze text to get detailed metrics:
Character count (with and without spaces)
Word, sentence, and paragraph counts
Estimated reading time
Flesch-Kincaid reading level score and grade
Unique word count and most common words
Longest word
transform_string
Transform text with various operations:
remove_duplicate_lines - Remove duplicate lines from text
remove_extra_whitespace - Collapse extra whitespace and blank lines
extract_emails - Extract all email addresses from text
extract_urls - Extract all URLs from text
extract_phone_numbers - Extract phone numbers from text
mask_sensitive_data - Mask emails, phone numbers, and credit card numbers
truncate - Truncate text with ellipsis at word boundaries
wrap_text - Wrap text at a specified column width
diff_strings
Compare two strings and see the differences:
character mode - Character-by-character diff
word mode - Word-by-word diff (default)
line mode - Line-by-line diff
Shows additions, deletions, and unchanged segments with positions
render_template
Simple template engine:
Replace
{{variables}}with values from a JSON data objectConditionals:
{{#if var}}...{{#else}}...{{/if}}Loops:
{{#each arr}}...{{this}}...{{@index}}...{{/each}}Nested property access:
{{user.name}}
generate_slug
Generate URL-friendly slugs:
Transliterates accented characters (e.g.,
cafefromcafe)Removes special characters
Configurable separator (default:
-)Optional max length with clean truncation
Optional lowercase toggle
Related MCP server: mcp-regex-tools
Setup
npm install
npm run buildUsage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"string-tools": {
"command": "node",
"args": ["D:/products/mcp-servers/mcp-string-tools/dist/index.js"]
}
}
}License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides 14+ character-level text analysis tools that give LLMs the ability to accurately count letters, analyze individual characters, and work with text at the character level—overcoming tokenization limitations.14163MIT
- AlicenseNot gradedqualityDmaintenanceProvides a suite of regex and text processing tools for AI agents, including pattern testing, extraction, and replacement with capture group support. It also enables various text transformations like case conversion, line sorting, and deduplication through the Model Context Protocol.38MIT
- AlicenseNot gradedqualityAmaintenanceProvides string utility operations via the MCP protocol, with built-in EU AI Act compliance.8MIT
- AlicenseNot gradedqualityCmaintenanceProvides a set of micro-tools (time calculation, regex, encoding, JSON diff, etc.) for LLM agents to handle deterministic, precision tasks that models often get wrong.MIT
Related MCP Connectors
500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.
JSON/YAML, regex, diff, JWT, SQL dialects — the keyless millisecond ops an agent needs mid-task.
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rog0x/mcp-string-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server