Text Tools for Claude Desktop
com.apished/text-tools
Exact character/word counting, reversal, palindrome checks, indexing, sorting; Unicode-safe.
client:Claude Desktop
transport:streamable-http
tools:7
Install Text Tools in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"text-tools": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://apished.com/mcp/v1/text"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs