MyComicfolio exposes its entire comic book database to AI assistants through the Model Context Protocol. Connect it to Claude, Cursor, ChatGPT, or any MCP-capable client and ask about issues, series, checklists, and variant covers — answers link straight back to the issue pages here.
Endpoint
https://mycomicfolio.com/api/mcpStreamable HTTP · read-only · no authentication · rate limited
search_comicsFull-text search across the comic database, filterable by publisher and year.get_comicFull detail for one issue, including related issues from the same run.get_series_checklistThe complete issue list for a series — every issue, number, and key note.browseNavigate the taxonomy: publishers → years → series → variants, with counts.find_variantsAll covers and printings of a given issue.identify_comicPaste a listing title or description and get the best matching issues.comic_of_the_dayToday's featured comic.Claude Code
claude mcp add --transport http mycomicfolio https://mycomicfolio.com/api/mcp
Claude.ai (custom connector)
Settings → Connectors → Add custom connector URL: https://mycomicfolio.com/api/mcp
Cursor (~/.cursor/mcp.json)
{
"mcpServers": {
"mycomicfolio": {
"url": "https://mycomicfolio.com/api/mcp"
}
}
}ChatGPT (developer mode)
Settings → Connectors → Advanced → Developer mode Add connector URL: https://mycomicfolio.com/api/mcp
The server is free for personal and assistant use. Questions or heavy-usage needs? Reach out via X / Twitter. See also our privacy policy.