MCP (Model Context Protocol) server for Kanka API integration. This server provides AI assistants with tools to interact with Kanka campaigns
MCP (Model Context Protocol) server for Kanka API integration. This server provides AI assistants with tools to interact with Kanka campaigns, enabling CRUD operations on various entity types like characters, locations, organizations, and. That is what the mcp kanka mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
The server publishes 10 tools. What each one is for:
find_entities — Search and filter entities with comprehensive options and sync metadatacreate_entities — The create_entities tool exposed by this serverupdate_entities — The update_entities tool exposed by this serverget_entities — The get_entities tool exposed by this serverdelete_entities — The delete_entities tool exposed by this servercheck_entity_updates — Efficiently check which entities have been modified since last synccreate_posts — The create_posts tool exposed by this serverupdate_posts — The update_posts tool exposed by this serverdelete_posts — The delete_posts tool exposed by this serverSetup — The Setup tool exposed by this serverConfiguration is passed through the environment: KANKA_TOKEN, KANKA_CAMPAIGN_ID. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
mcp-kanka on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP Kanka's toolset — find_entities, create_entities, update_entities and 7 more — is a fair guide to whether it matches your workflow. It is maintained by ervwalter; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| find_entities | Search and filter entities with comprehensive options and sync metadata. |
| create_entities | The create_entities tool exposed by this server. |
| update_entities | The update_entities tool exposed by this server. |
| get_entities | The get_entities tool exposed by this server. |
| delete_entities | The delete_entities tool exposed by this server. |
| check_entity_updates | Efficiently check which entities have been modified since last sync. |
| create_posts | The create_posts tool exposed by this server. |
| update_posts | The update_posts tool exposed by this server. |
| delete_posts | The delete_posts tool exposed by this server. |
| Setup | The Setup tool exposed by this server. |
{
"mcpServers": {
"kanka": {
"command": "uvx",
"args": ["mcp-kanka"],
"env": {
"KANKA_TOKEN": "your-value",
"KANKA_CAMPAIGN_ID": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| KANKA_TOKEN | Credential the server authenticates with. | Yes |
| KANKA_CAMPAIGN_ID | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.