← Back to browse

Ryter Pro

Indexed by io.github.apiihub33-cyber

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsRYTERPRO_API_KEY RYTERPRO_BASE_URL RYTERPRO_TIMEOUT
Claude Code
claude mcp add --env RYTERPRO_API_KEY= --env RYTERPRO_BASE_URL= --env RYTERPRO_TIMEOUT= ryterpro-mcp -- uvx ryterpro-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ryterpro-mcp","command":"uvx","args":["ryterpro-mcp"],"env":{"RYTERPRO_API_KEY":"","RYTERPRO_BASE_URL":"","RYTERPRO_TIMEOUT":""}}'
JSON
{
  "mcpServers": {
    "ryterpro-mcp": {
      "command": "uvx",
      "args": [
        "ryterpro-mcp"
      ],
      "env": {
        "RYTERPRO_API_KEY": "",
        "RYTERPRO_BASE_URL": "",
        "RYTERPRO_TIMEOUT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.