Kiso is a publishing engine that turns Open Knowledge Format (OKF) bundles into static websites for humans and AI agents. We also provide an MCP Server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"kiso": {
"command": "npx",
"args": [
"-y",
"oak-invest/kiso"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add kiso npx -y oak-invest/kiso
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"kiso": {
"command": "npx",
"args": [
"-y",
"oak-invest/kiso"
]
}
}
}
📋 Copy