Skip to main content
ClaudeWave

MCP Server of Ryter Pro AI Humanizer

MCP ServersOfficial Registry1 stars0 forksPythonNOASSERTIONUpdated today
Install in Claude Code / Claude Desktop
Method: pip / Python · ryterpro-mcp
Claude Code CLI
claude mcp add ryterpro-mcp -- python -m ryterpro-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ryterpro-mcp": {
      "command": "python",
      "args": ["-m", "ryterpro-mcp"],
      "env": {
        "RYTERPRO_API_KEY": "<ryterpro_api_key>",
        "RYTERPRO_BASE_URL": "<ryterpro_base_url>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install ryterpro-mcp
Detected environment variables
RYTERPRO_API_KEYRYTERPRO_BASE_URL
Use cases

MCP Servers overview

# Ryter Pro MCP Server

<!-- mcp-name: io.github.apiihub33-cyber/ryterpro-mcp -->

An MCP server that exposes the [Ryter Pro](https://www.ryter.pro/) text humanizer API as a tool for MCP-compatible clients.

## Tools

### `humanize_text`

Humanize or rewrite text with the Ryter Pro API.

Inputs:

* `text`: Text to humanize.
* `mode`: Optional humanizer mode supported by your Ryter Pro API.

### `ryterpro_api_info`

Return basic API configuration and documentation links.

## Installation

Requires Python 3.10 or later.

```bash
pip install ryterpro-mcp
```

## Configuration

Set your Ryter Pro API key before running the server:

```bash
export RYTERPRO_API_KEY="your_api_key_here"
```

Optional environment variables:

```bash
export RYTERPRO_BASE_URL="https://api.ryter.pro"
export RYTERPRO_TIMEOUT="60"
```

## Run

```bash
ryterpro-mcp
```

The server uses the MCP stdio transport by default.

## MCP Client Example

```json
{
  "mcpServers": {
    "ryterpro": {
      "command": "ryterpro-mcp",
      "env": {
        "RYTERPRO_API_KEY": "your_api_key_here"
      }
    }
  }
}
```

For local development from this repository:

```json
{
  "mcpServers": {
    "ryterpro": {
      "command": "python3",
      "args": ["-m", "ryterpro_mcp.server"],
      "env": {
        "RYTERPRO_API_KEY": "your_api_key_here"
      }
    }
  }
}
```

## Links

* [Ryter Pro](https://www.ryter.pro/)
* [API Documentation](https://www.ryter.pro/docs/text-humanize)
* [Pricing](https://www.ryter.pro/pricing)

## License

MIT

What people ask about ryterpro-mcp

What is apiihub33-cyber/ryterpro-mcp?

+

apiihub33-cyber/ryterpro-mcp is mcp servers for the Claude AI ecosystem. MCP Server of Ryter Pro AI Humanizer It has 1 GitHub stars and was last updated today.

How do I install ryterpro-mcp?

+

You can install ryterpro-mcp by cloning the repository (https://github.com/apiihub33-cyber/ryterpro-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is apiihub33-cyber/ryterpro-mcp safe to use?

+

apiihub33-cyber/ryterpro-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains apiihub33-cyber/ryterpro-mcp?

+

apiihub33-cyber/ryterpro-mcp is maintained by apiihub33-cyber. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to ryterpro-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy ryterpro-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: apiihub33-cyber/ryterpro-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/apiihub33-cyber-ryterpro-mcp)](https://claudewave.com/repo/apiihub33-cyber-ryterpro-mcp)
<a href="https://claudewave.com/repo/apiihub33-cyber-ryterpro-mcp"><img src="https://claudewave.com/api/badge/apiihub33-cyber-ryterpro-mcp" alt="Featured on ClaudeWave: apiihub33-cyber/ryterpro-mcp" width="320" height="64" /></a>

More MCP Servers

ryterpro-mcp alternatives