mcpbeat Sign in

Ryter Pro MCP Server

by apiihub33-cyber Your server? Claim it
local only

Ryter Pro runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from pypi. Last commit 27 Jul 2026.

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

Installs per day peak 21 · avg 9 · -43% w/w
a month agotoday
39
Installs / week
pypi · ryterpro-mcp
1
Stars
0 open issues
27 Jul 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Ryter Pro every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ryterpro-mcp -- uvx ryterpro-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ryterpro-mcp": {
      "args": [
        "ryterpro-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ryterpro-mcp]
command = "uvx"
args = ["ryterpro-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ryterpro-mcp": {
      "args": [
        "ryterpro-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ryterpro-mcp": {
      "args": [
        "ryterpro-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: RYTERPRO_API_KEY (Ryter Pro API key), RYTERPRO_BASE_URL (Optional Ryter Pro API base URL. Defaults to https://api.ryter.pro), RYTERPRO_TIMEOUT (Optional request timeout in seconds. Defaults to 60.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ryter Pro

same job, measured the same way
Scaleway MCP server
by scaleway

Scaleway MCP server for interacting with the Scaleway APIs

local only
Qontoctl
by alexey-pelykh

CLI and MCP server for the Qonto banking API

58 installs/wk local only
Linkedctl
by alexey-pelykh

CLI and MCP server for the LinkedIn API

32 installs/wk local only
Wayback Machine
by mearman

MCP server and CLI tool for interacting with the Wayback Machine without API keys

674 installs/wk local only
Pmwiki MCP
by kcofoni

MCP server for searching and reading PmWiki pages with text queries and group filtering.

local only
Bazos MCP
by andrijdavid

MCP server for interacting with Bazos.cz and Bazos.sk

33 installs/wk local only
MCP Memos
by jkawamoto

An MCP server for interacting with Memos.

local only
Supabase
by supabase

MCP server for interacting with the Supabase platform

76 349 installs/wk answering

Ryter Pro — questions

Answers built from our own checks of this server.

Why is there no uptime for Ryter Pro?
Ryter Pro runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ryterpro-mcp was installed 39 times last week.
How do I connect Ryter Pro?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ryterpro-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Ryter Pro?
The pypi package ryterpro-mcp was installed 39 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ryter Pro open source?
We cannot say either way: written in Python and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.