@alakazamworld/mcp
v0.1.0
Published
MCP server for the Alakazam programmable worlds API — create, edit, and embed AI game worlds from your coding agent.
Maintainers
Readme
@alakazamworld/mcp
Model Context Protocol server for the Alakazam programmable worlds API. Exposes the /v1 surface as agent tools — generate worlds, edit their state-machine graph, create talk-to characters, and mint embed sessions — as a thin, stateless stdio proxy to https://api.alakazam.gg.
Use
ALAKAZAM_SECRET_KEY=sk_test_... npx @alakazamworld/mcpOr add it to your agent — see the install guide for Claude Code / Cursor / VS Code / Codex config. Use an sk_test_… key to hit the free, mocked sandbox.
Env
| Var | Required | Default |
|---|---|---|
| ALAKAZAM_SECRET_KEY | yes | — (your sk_ key; ALAKAZAM_API_KEY also accepted) |
| ALAKAZAM_API_BASE | no | https://api.alakazam.gg |
Tools
create_world · get_world · list_worlds · edit_world · fork_world · create_character · list_characters · mint_session · get_job · get_usage
Reference: https://docs.alakazam.gg · Skill: https://docs.alakazam.gg/skill.md
Develop
npm install
ALAKAZAM_SECRET_KEY=sk_test_... npm start # run the server
ALAKAZAM_SECRET_KEY=sk_test_... node test/smoke.mjs # end-to-end smoke test