Desktop text workbench + MCP server: 22+ text processing tools for AI assistants
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx pomera-ai-commander
MCP client config
{
"mcpServers": {
"pomera-ai-commander": {
"command": "uvx",
"args": [
"pomera-ai-commander"
]
}
}
}Run
npx -y pomera-ai-commander
MCP client config
{
"mcpServers": {
"pomera-ai-commander": {
"command": "npx",
"args": [
"-y",
"pomera-ai-commander"
]
}
}
}