Back to Apps

OpenPaean
by paean-ai
Open source AI agent CLI with a fullscreen TUI, executor framework, and local MCP integration.
0 stars
Works in:claude
Exposes:Tools
What it does
OpenPaean is a comprehensive command-line AI agent interface that provides an immersive fullscreen TUI experience. It connects to a backend API to power interactive AI chat while allowing the agent to execute tools locally via MCP server integration.
Tools
- Local MCP Integration: Allows the agent to call tools from any locally configured MCP server.
- Task Management: Enables viewing and managing AI-driven tasks directly from the CLI.
- Executor Framework: Supports complex execution patterns similar to Claude Code and a8e.
Installation
Add the following to your claude_desktop_config.json if using as a server, though OpenPaean is primarily a client CLI that consumes other MCP servers:
{
"mcpServers": {
"openpaean": {
"command": "npx",
"args": ["-y", "openpaean"]
}
}
}
Supported hosts
- Claude
Quick install
curl -fsSL https://paean.ai/openpaean/install.sh | bashInformation
- Pricing
- free
- Published
- 8/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"openpaean": {
"command": "npx",
"args": ["-y", "openpaean"]
}
}
}





