MCP server for humanizing and rewriting text with the Ryter Pro API.
An MCP server that exposes the Ryter Pro text humanizer API as a tool for MCP-compatible clients.
humanize_textHumanize 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_infoReturn basic API configuration and documentation links.
Requires Python 3.10 or later.
pip install ryterpro-mcp
Set your Ryter Pro API key before running the server:
export RYTERPRO_API_KEY="your_api_key_here"
Optional environment variables:
export RYTERPRO_BASE_URL="https://api.ryter.pro"
export RYTERPRO_TIMEOUT="60"
ryterpro-mcp
The server uses the MCP stdio transport by default.
{
"mcpServers": {
"ryterpro": {
"command": "ryterpro-mcp",
"env": {
"RYTERPRO_API_KEY": "your_api_key_here"
}
}
}
}
For local development from this repository:
{
"mcpServers": {
"ryterpro": {
"command": "python3",
"args": ["-m", "ryterpro_mcp.server"],
"env": {
"RYTERPRO_API_KEY": "your_api_key_here"
}
}
}
}
MIT
Source-derived launch command. Check the maintainer’s required arguments and credentials before running:
uvx ryterpro-mcpMerge this template into ~/Library/Application Support/Claude/claude_desktop_config.json. Keep existing servers. Add any arguments, credentials, and permissions required by the maintainer; this template has not been install-tested.
{
"mcpServers": {
"io-github-apiihub33-cyber-ryterpro-mcp": {
"command": "uvx",
"args": [
"ryterpro-mcp"
]
}
}
}Restart Claude Desktop completely for changes to take effect. Confirm the server appears connected in the client’s tool list, then try a read-only example from its documentation.
Claude Desktop setup referenceryterpro-mcppypiRyter Pro works with any MCP-compatible client. Copy the config snippet from the Configuration section above and add it to the file shown for your client, then restart the application.
~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.~/.cursor/mcp.jsonRestart Cursor for changes to take effect..vscode/mcp.jsonReload VS Code window for changes to take effect.~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect..mcp.jsonSave at the project root, then start Claude Code in that project and review the MCP server approval prompt. Keep real credentials out of shared files.