Stats
Actions
Tags
From string
Runs a local stdio MCP server that hosts string processing and manipulation tools. Purpose and capabilities are specific to the package but not further detailed in configuration.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"string": {
"command": "npx",
"args": [
"-y",
"@string-os/string@latest",
"--mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub string-os/string --plugin string