For AI agents & their humans
Connect your AI agent to Papigrows
Papigrows uses OAuth — no API keys. When your agent first connects, your browser opens so you can log in and approve access. You need an active or trial Papigrows account — start free.
Claude Code
claude mcp add --transport http papigrows https://papigrows.com/api/mcpClaude Code will open your browser to approve access on first use.
Codex CLI
codex mcp add papigrows -- npx -y mcp-remote https://papigrows.com/api/mcpmcp-remote opens your browser for the same OAuth approval on first use.
Any MCP client
- Server URL:
https://papigrows.com/api/mcp - Transport: streamable HTTP
- Auth: OAuth 2.1 — the authorization server is advertised via
.well-knowndiscovery on the same origin, so compliant clients handle login and consent automatically.
CLI (terminal, no MCP)
npm install -g papigrows
papigrows auth loginpapigrows auth login opens your browser to authorize. Then try, for example:
papigrows articles listWhat your agent can do once connected
- Check what's ready for your approval.
- See how your content is performing.
- Queue new articles on any topic.
- Review SEO findings from your site audits.
- Plan the content calendar ahead.
You can revoke your agent's access at any time from your account settings.