Marvel Comics Connector for AI agents.
10 live capabilities
Search character bios and comic issue details across the Marvel universe.
Waiting for input…
Why people use Marvel Comics
Marvel Comics for Comic Book Lore Research
This Connector changes that by giving your AI agent a direct line to the Marvel Comics API. You just ask about a character or an event, and the agent pulls the data for you. You get a cohesive summary of series, creators, and issues without ever leaving your chat window.
What Vinkius changes
You get a direct, conversational link to the official Marvel database.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Lore Deep Dive
A fan wants to know every character in Civil War.
- Real-world use case 02
The Collection Audit
A collector needs to find all characters with 'Iron' in their name and see which comics they appear in to see what is missing from their shelf.
- Real-world use case 03
The Research Project
A writer needs to find every comic a specific artist worked on to build a portfolio of their Marvel history and style.
Complete set · 10capabilities
The complete Marvel Comics capability set.
These are the exact actions your AI can choose when you ask it to work with Marvel Comics.
01—04
4 capabilities in this set.
Part of 10 available through Marvel Comics.
- 01 Capability
Get comic
Retrieve specific comic details like issue numbers, prices, and cover dates using a comic ID. Great for collection tracking.
- 02 Capability
Get creator
Pull a creator's full name, role, and the specific comics they worked on. Use this to research artistic history.
- 03 Capability
Get event
Get details on major crossover events, including start dates and involved characters. Perfect for mapping timelines.
- 04 Capability
Get series
Fetch series titles, issue counts, and start years for ongoing or limited runs. Use this to find specific runs.
05—07
3 capabilities in this set.
Part of 10 available through Marvel Comics.
- 05 Capability
List characters
Search for Marvel characters by name to find their unique IDs and basic descriptions. Use this to start a character search.
- 06 Capability
List comics
Search for comics by title or character to see cover images and publication dates. This helps you find specific issues.
- 07 Capability
List events
Search for major crossover events by name or character to see involved series. This is best for finding major story arcs.
08—10
3 capabilities in this set.
Part of 10 available through Marvel Comics.
- 08 Capability
List series
Search for Marvel series by title or character to find ongoing and limited runs. Use this to browse the publication history.
- 09 Capability
Get character
Get a Marvel character by ID, including their bio, image, and related series. Use this for deep dives into specific heroes.
- 10 Capability
List creators
Find Marvel creators by name prefix to identify writers, artists, and editors. Use this to discover the talent behind the stories.
Set up in minutes
One URL. Then ask Marvel Comics to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Marvel Comics from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GOsY5l1JB3NSZDPFRl8S22w6NsvPCCvRUcX1ZIXZ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Marvel Comics, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Marvel Comics for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GOsY5l1JB3NSZDPFRl8S22w6NsvPCCvRUcX1ZIXZ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Marvel Comics URL.
- Step 03
Save and start
Save the connection and enable Marvel Comics in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"marvel-comics": {
"url": "https://edge.vinkius.com/vk_preview_GOsY5l1JB3NSZDPFRl8S22w6NsvPCCvRUcX1ZIXZ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Marvel Comics
Open Agent mode in chat and ask: "Using Marvel Comics, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"marvel-comics": {
"url": "https://edge.vinkius.com/vk_preview_GOsY5l1JB3NSZDPFRl8S22w6NsvPCCvRUcX1ZIXZ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Marvel Comics
Ask Copilot: "Using Marvel Comics, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"marvel-comics": {
"url": "https://edge.vinkius.com/vk_preview_GOsY5l1JB3NSZDPFRl8S22w6NsvPCCvRUcX1ZIXZ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Marvel Comics
Open Cascade and ask: "Using Marvel Comics, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"marvel-comics": {
"url": "https://edge.vinkius.com/vk_preview_GOsY5l1JB3NSZDPFRl8S22w6NsvPCCvRUcX1ZIXZ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Marvel Comics
Ask Cline: "Using Marvel Comics, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add marvel-comics --transport http "https://edge.vinkius.com/vk_preview_GOsY5l1JB3NSZDPFRl8S22w6NsvPCCvRUcX1ZIXZ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Marvel Comics
Ask Claude: "Using Marvel Comics, show me...". 10 tools are ready
Where the request belongs
Work Marvel Comics can move forward.
This is for comic book enthusiasts, hardcore collectors, and researchers who need accurate Marvel data without the manual effort of searching multiple websites.
Comic Book Collector
Tracks specific issue numbers, prices, and publication dates for their personal collection on a Tuesday afternoon.
Lore Researcher
Maps out complex timelines and creator credits for deep-dive articles or fan projects.
Content Creator
Finds specific characters and series to gather accurate facts for scripts or social media content.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSuperHero
Access the ultimate comic book database. search characters, compare powerstats, and explore biographies from Marvel, DC, and more.
Rick and Morty
Explore the Rick and Morty multiverse. query characters, locations, and episodes directly from any AI agent.
AniList GraphQL
Access the world's largest anime and manga database. search titles, characters, staff, and manage your personal lists via GraphQL.
The One
Access the complete lore of Middle-earth. browse books, movies, characters, and iconic quotes from The Lord of the Rings universe.
Kitsu
Search and manage your anime and manga collections via Kitsu. browse titles, check user profiles, and update your library directly from any AI agent.
TMDB (The Movie Database)
Access movie, TV show, and actor data. search, discover, and retrieve detailed metadata directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Marvel Comics connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Marvel Comics.
The practical details behind the request, access and result.
Can I use the Marvel Comics MCP to find character bios?
Yes, you can get detailed bios, thumbnail images, and related series for any Marvel character.
Does the Marvel Comics MCP include comic prices?
It returns the publication prices and formats for comics, though these may not reflect current market values.
How do I find specific creators for a Marvel series?
You can ask your agent to look up creators by name prefix to see their roles and the comics they worked on.
Can the Marvel Comics MCP help me find crossover events?
It can pull details on major events like Secret Wars, including start dates and the number of comics involved.
Is this Connector good for tracking my comic collection?
It's great for finding issue numbers, publication dates, and character appearances to help organize your collection.
Can I search for comics by character name?
Yes, you can filter comic searches by a specific character ID to see every issue they appear in.
How do I get Marvel API keys?
Visit developer.marvel.com/account, sign in with a Marvel or social account, and you'll immediately see your Public and Private keys. Both are required for authentication.
Can I search for characters by name?
Yes! Use list_characters with name_starts_with to search. For example, 'Spider' returns Spider-Man (Peter Parker), Spider-Man (Miles Morales), Spider-Gwen and more. Each result includes the character ID for use with other capabilities.
Can I find comics for a specific character?
Yes! Use list_comics with character_id. First find the character ID with list_characters, then pass it to list_comics to get all their comic appearances with issue numbers, titles and cover dates.
How many results can I get at once?
The API supports up to 100 results per request. Use the limit parameter (1-100, default 20) and offset for pagination. The total count is returned in each response so you know how many pages exist.
One connection away
Give your agent a direct line to Marvel Comics.
Connect Marvel Comics once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available