Text Tools for Cursor
com.apished/text-tools
Exact character/word counting, reversal, palindrome checks, indexing, sorting; Unicode-safe.
client:Cursor
transport:streamable-http
tools:7
Install Text Tools in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"text-tools": {
"url": "https://apished.com/mcp/v1/text"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs