mcp-xkcd
mcp-xkcd
XKCD MCP – kapselt die xkcd.com JSON-API (kostenlos, ohne Authentifizierung)
Teil von Pipeworx – einem MCP-Gateway, das KI-Agenten mit über 1394+ Live-Datenquellen verbindet.
Werkzeuge
Werkzeug | Beschreibung |
| Ruft den zuletzt veröffentlichten XKCD-Comic ab. Gibt Comic-Nummer, Titel, Bild-URL, Alt-/Hover-Text, Veröffentlichungsdatum, Transkript (falls verfügbar) und Permalink zurück. |
| Ruft einen bestimmten XKCD-Comic anhand seiner Nummer ab (z. B. 353 für 'Python'). Gibt Titel, Bild-URL, Alt-Text, Veröffentlichungsdatum, Transkript und Permalink zurück. |
| Ruft einen zufällig ausgewählten XKCD-Comic aus dem gesamten Archiv ab (überspringt #404). Gibt Comic-Nummer, Titel, Bild-URL, Alt-Text, Veröffentlichungsdatum und Transkript zurück. |
Related MCP server: JSONPlaceholder MCP Server
Schnellstart
Fügen Sie es zu Ihrem MCP-Client hinzu (Claude Desktop, Cursor, Windsurf usw.):
{
"mcpServers": {
"xkcd": {
"url": "https://gateway.pipeworx.io/xkcd/mcp"
}
}
}Oder verbinden Sie sich mit dem vollständigen Pipeworx-Gateway, um Zugriff auf alle 1394+ Datenquellen zu erhalten:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Verwendung mit ask_pipeworx
Anstatt Tools direkt aufzurufen, können Sie Fragen in einfachem Englisch stellen:
ask_pipeworx({ question: "your question about Xkcd data" })Das Gateway wählt das richtige Tool aus und füllt die Argumente automatisch aus.
Mehr
Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Suggests a relevant xkcd comic during a conversation, via semantic search over every comic.
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
Render, verify, describe, and safely edit Mermaid diagrams through MCP.
Jokes MCP — wraps JokeAPI v2 (free, no auth)
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceProvides access to a curated database of over 1,500 MCP tools with quality scores. Enables searching, browsing trending tools by category, discovering random tools, and retrieving detailed information about specific MCP tools.
- FlicenseNot gradedqualityCmaintenanceEnables interaction with the JSONPlaceholder REST API for managing posts, comments, and users through MCP tools.
- AlicenseAqualityCmaintenanceEnables fetching npm package metadata and version lists via MCP tools, powered by the package-json library.2MIT
- AlicenseNot gradedqualityCmaintenanceProvides 20 essential tools including HTTP requests, web search, file I/O, shell commands, and persistent memory for any MCP client, with zero configuration required.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-xkcd'
If you have feedback or need assistance with the MCP directory API, please join our Discord server