Back to Apps

KB MCP App
Supports UIby hinataumehara-web
Internal knowledge-base and document-approval portal integrated directly into Claude.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Transforms a company internal wiki or document management site into an interactive MCP App. It allows users to browse, search, and manage document approval statuses without leaving the Claude chat interface.
Key features
- Integrated Knowledge Portal: Open internal documents and guides directly within Claude.
- Approval Workflow: Transition document statuses (e.g., draft to approved) with a single click in the UI.
- Full-Text Search: Quickly locate internal guidelines and procedures using natural language.
- Audit Logging: Tracks status changes and actor notes for compliance and transparency.
Installation
- Claude Desktop: Add to
claude_desktop_config.json:
{
"mcpServers": {
"kb-mcp-app": {
"command": "bash",
"args": [
"-c",
"cd /absolute/path/to/kb-mcp-app && bun run start:stdio"
]
}
}
}
- Claude.ai web: Run
bun run start:httpand add the resulting URL (via Cloudflared or similar) to Settings → Connectors.
Supported hosts
- Claude
Quick install
bun run start:stdioInformation
- Pricing
- free
- Published
- 5/27/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
claude-ai
Use HTTP transport and add the URL to Claude.ai Settings → Connectors.Claude Desktop
Add the server config to claude_desktop_config.json using the stdio command.





