PTXPrint
Rank #84,795pulsemcp/klappy-ptxprint
Drives SIL Global's PTXPrint typesetting engine headlessly to generate publication-quality Bible PDFs via Cloudflare Workers.
PTXPrint is a Model Context Protocol (MCP) server published by klappy. It ranks #84,795 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. PTXPrint is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on May 23, 2026.
Ranks ahead of 30,796 of 115,591 servers on MCP Toplist.
Use PTXPrint
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http klappy-ptxprint https://ptxprint.klappy.dev/mcpclaude mcp add --transport http klappy-ptxprint https://ptxprint.klappy.dev/sse[mcp_servers.klappy-ptxprint]
url = "https://ptxprint.klappy.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.klappy-ptxprint]
url = "https://ptxprint.klappy.dev/sse"Add to ~/.codex/config.toml.
https://ptxprint.klappy.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://ptxprint.klappy.dev/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"klappy-ptxprint": {
"url": "https://ptxprint.klappy.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"klappy-ptxprint": {
"url": "https://ptxprint.klappy.dev/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"klappy-ptxprint": {
"type": "http",
"url": "https://ptxprint.klappy.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"klappy-ptxprint": {
"type": "http",
"url": "https://ptxprint.klappy.dev/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"klappy-ptxprint": {
"serverUrl": "https://ptxprint.klappy.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"klappy-ptxprint": {
"serverUrl": "https://ptxprint.klappy.dev/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"klappy-ptxprint": {
"url": "https://ptxprint.klappy.dev/mcp"
}
}
}{
"mcpServers": {
"klappy-ptxprint": {
"url": "https://ptxprint.klappy.dev/sse"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/pulsemcp%2Fklappy-ptxprint)<a href="https://mcptoplist.com/server/pulsemcp%2Fklappy-ptxprint"><img src="https://mcptoplist.com/badge/pulsemcp%2Fklappy-ptxprint.svg" alt="MCP Toplist: #84,795 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
klappy
Other servers by klappy
View all klappy servers →Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains PTXPrint?
- PTXPrint is maintained by klappy, which publishes 5 MCP servers (0 total versions) tracked on MCP Toplist.
- Is PTXPrint listed on the Official MCP Registry?
- PTXPrint is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does PTXPrint have?
- PTXPrint ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for PTXPrint?
- The source code for PTXPrint is hosted at github.com/klappy/ptxprint-mcp.