Integrates itch.io API endpoints with Claude AI, allowing for programmatic access to game and purchase data.
This tool provides a TypeScript implementation of key itch.io API endpoints, specifically designed to function as an MCP (Module for Claude Protocols) server for Claude AI. By configuring this server, users can enable Claude AI to interact with their itch.io account, accessing information about their game library, retrieving download keys, and querying purchase details. It bridges Claude AI with the itch.io platform, facilitating automation and data retrieval directly through the AI's interface.
Key Features
01Exposes itch.io game library information to Claude AI
02Retrieves download keys for specific itch.io games
03Accesses purchase details for games on itch.io
04Seamless integration via Claude AI's `mcpServers` configuration
05Built using TypeScript for type safety and maintainability
060 GitHub stars
Use Cases
01Enabling Claude AI to query and manage personal game information from itch.io.
02Automating the retrieval of download keys for owned itch.io games through Claude.
03Integrating itch.io purchase tracking and reporting into Claude AI workflows.