Documentation

Smithery Integration

Run the published Pagr MCP server through Smithery.ai.

Docs

Start

Getting started

Build

CLI API MCP Skills ChatGPT App

Operate

Troubleshooting

Quick actions

View on SmitheryView the official Pagr MCP server listing on Smithery.
Copy Smithery installAdd the Smithery-hosted Pagr MCP server.
Copy Smithery badgeUse this badge in your repository README.

smithery badge

The official Pagr MCP server is listed on Smithery as getpagr/pagr. Smithery provides a hosted MCP setup path for clients and workflows that prefer registry-managed MCP servers.

One-click installation

Add the Pagr MCP server through Smithery:

npx -y smithery mcp add getpagr/pagr

You can inspect the published tools with Smithery:

npx -y smithery tool list getpagr/pagr
npx -y smithery tool get getpagr/pagr upload_file

Direct Smithery endpoint

Smithery lists the direct hosted endpoint for Pagr as:

https://pagr.run.tools

Required config:

  • PAGR_API_KEY - a Pagr API key that starts with pagr_.

Native Pagr MCP endpoint

The native Pagr remote MCP endpoint is separate from Smithery:

https://mcp.getpagr.co/mcp

Use the native endpoint when your MCP client can connect directly to remote MCP and pass Authorization: Bearer pagr_... or another supported API-key header.

Available tools

The Smithery listing exposes the same Pagr tool surface:

  • upload_file
  • update_file
  • update_file_by_id
  • list_files
  • delete_file
  • rename_file

These tools publish and manage files for the authenticated Pagr account. Updates replace the current HTML in place and do not create restore history.

Environment variables

The local and Smithery-hosted MCP flows use:

  • PAGR_API_KEY: required for runtime tool execution.
  • PAGR_WORKER_URL: optional Worker URL override for local development. Defaults to https://pagr.link in the local package.

This documentation page serves as the verified backlink for the Pagr MCP listing on Smithery.