Back to Apps

XibeCode
by iotserver24
AI-powered autonomous coding assistant with multi-model support and a professional WebUI.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
XibeCode is an autonomous coding agent designed for the terminal and browser. It can read and edit code, execute shell commands, and iterate on complex development tasks. It features a sophisticated WebUI with a Monaco editor, real-time TUI sync, and built-in AI test generation.
Tools
- Autonomous Task Execution: Handles multi-step coding workflows from planning to implementation.
- AI Test Generator: Automatically creates comprehensive test suites for Vitest, Jest, pytest, and Go test.
- Verified Editing: Implements line-based editing with post-edit verification to reduce hallucinations.
- Project Management: Integrated Git workflows, including automatic PR creation via the GitHub CLI.
Installation
To integrate XibeCode's capabilities as an MCP server, add this to your claude_desktop_config.json:
{
"mcpServers": {
"xibecode": {
"command": "npx",
"args": ["-p", "xibecode", "xibecode", "mcp"]
}
}
}
Supported hosts
- claude
Quick install
npm install -g xibecodeInformation
- Pricing
- free
- Published
- 4/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Use npx to run xibecode mcp in your config.





