itch-io-mcp
v0.0.1
Published
This is a typescript implementation of Claude's mcp for itch.io endpoints.
Readme
#itch-io-ts-mcp
This is a typescript implementation of Claude's mcp for itch.io endpoints.
https://github.com/user-attachments/assets/b96160da-7515-4f63-a6c8-eed48c71fe68
Endpoints included in this mcp:
https://itch.io/api/1/KEY/my-gameshttps://itch.io/api/1/KEY/game/GAME_ID/download_keyshttps://itch.io/api/1/KEY/game/GAME_ID/purchases
To enable this mcp for your claude, you will need to
- install latest node.js
- add following to your
claude_desktop_config.json(update path if you're using mac or linux):
"mcpServers": {
"itch-io": {
"command": "EXECUTE_NODE_FROM_YOUR_MACHINE",
"args": ["PATH_TO_BUILD/index.ts", "--api-key", "YOUR_ITCH_IO_API_KEY_HERE"]
}
}- run
npm run buildunder this project folder
If you have any questions, feel free to open a discussion!
