Connect
Connect Apple Books Distribution to your AI
Deliver your books to Apple Books. A delivery service, not a publisher: your books go to your own Apple account, under your own Apple provider, and Apple pays you directly.
MCP server URL
https://apple.publifye.pro/mcp
the one thing every client needs
1Claude (web & desktop)
In Claude, add a custom connector and paste the URL above. Most clients need only the URL — they register themselves automatically (Dynamic Client Registration is live).
Client ID (only if asked)
appu4l8yZpWeXeEuu8
public — no secret
If a client asks for a Client ID, use the value above and leave the client secret blank.
Claude Desktop — add to claude_desktop_config.json
{
"mcpServers": {
"apple": {
"url": "https://apple.publifye.pro/mcp"
}
}
}2Command line / Claude Code
One command adds the connector to Claude Code:
claude mcp add apple --transport http https://apple.publifye.pro/mcp3Cursor / any MCP client
Point any MCP client at the endpoint below. It speaks OAuth 2.1 — clients discover the authorization server automatically (RFC 9728 protected-resource metadata).
Endpoint
https://apple.publifye.pro/mcp
OAuth discovery
https://apple.publifye.pro/.well-known/oauth-protected-resource