Skip to content
Cursor

string utils ai mcp for Cursor

io.github.csoai-org/string-utils-ai-mcp

String Utils Ai tools for AI agents. Capabilities: slugify, camel to snake, truncate smart. Built

client:Cursor transport:stdio runtime:pypi

Install string utils ai mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "string-utils-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "string-utils-ai-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

string utils ai mcp in other clients