Skip to content
Claude Desktop

Ryter Pro for Claude Desktop

io.github.apiihub33-cyber/ryterpro-mcp

MCP server for humanizing and rewriting text with the Ryter Pro API.

client:Claude Desktop transport:stdio runtime:pypi

Install Ryter Pro in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ryterpro-mcp": {
      "command": "uvx",
      "args": [
        "ryterpro-mcp"
      ],
      "env": {
        "RYTERPRO_API_KEY": "<RYTERPRO_API_KEY>",
        "RYTERPRO_BASE_URL": "<RYTERPRO_BASE_URL>",
        "RYTERPRO_TIMEOUT": "<RYTERPRO_TIMEOUT>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Ryter Pro in other clients