Skip to content
VS Code

Text Tools for VS Code

com.apished/text-tools

Exact character/word counting, reversal, palindrome checks, indexing, sorting; Unicode-safe.

client:VS Code transport:streamable-http tools:7

Install Text Tools in VS Code

.vscode/mcp.json

{
  "servers": {
    "text-tools": {
      "type": "http",
      "url": "https://apished.com/mcp/v1/text"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Text Tools in other clients