string utils ai mcp for Grok
io.github.csoai-org/string-utils-ai-mcp
String Utils Ai tools for AI agents. Capabilities: slugify, camel to snake, truncate smart. Built
client:Grok
transport:stdio
runtime:pypi
Install string utils ai mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"string-utils-ai-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"string-utils-ai-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs