Kanka MCP - Model Context Protocol Server for Kanka API
@ymgeva
关于 Kanka MCP - Model Context Protocol Server for Kanka API
MCP Server to interact with Kanka Campaign
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"kanka-mcp": {
"command": "python",
"args": [
"kanka_mcp.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Kanka MCP?
Kanka MCP is a Model Context Protocol server that enables AI assistants to interact with the Kanka API for worldbuilding projects. It allows managing campaigns, characters, locations, posts, notes, and journals.
How to use Kanka MCP?
Set the KANKA_API_KEY environment variable with your Kanka API key, then run python kanka_mcp.py. Add the server to your MCP configuration with the command and environment variable.
Key features of Kanka MCP
- Tools for campaigns, characters, locations, posts, notes, and journals.
- Create, read, update, and delete operations for all entity types.
- Full CRUD support with HTML content and privacy settings.
- Simple Python-based installation with minimal dependencies.
- Designed for integration with any MCP-compatible AI assistant.
Use cases of Kanka MCP
- AI-assisted campaign management for tabletop RPGs.
- Automating creation and editing of characters, locations, and notes.
- Querying worldbuilding data from Kanka through natural language.
- Updating entity descriptions and privacy settings via an AI interface.
FAQ from Kanka MCP
What dependencies does Kanka MCP require?
Python 3.10+ and the requests and mcp[cli] packages.
How do I get a Kanka API key?
Log in to your Kanka account, go to Account Settings, then the API section, and create or copy your API token.
Where does Kanka MCP store data?
Data is stored exclusively in the Kanka platform; the server acts as a stateless API bridge.
What transport does Kanka MCP use?
The server uses standard I/O transport per the MCP specification.
How is authentication handled?
Authentication is via the KANKA_API_KEY environment variable, which is passed to the Kanka API.
开发工具 分类下的更多 MCP 服务器
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
评论