
Agent Assistant
by yangjuncode
Facilitates AI agent interaction with humans via web and mobile interfaces using MCP tools.
What it does
Agent Assistant bridges the gap between AI agents and human users by providing a structured communication layer. It allows agents to request human feedback and report progress through a dedicated web interface and mobile application, rather than relying solely on the chat window.
Tools
ask_question: Sends a specific question to the user via the web/mobile UI and waits for a response.work_report: Notifies the user that a task has been completed and provides a detailed summary for confirmation.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"agent-assistant": {
"command": "/path/to/agentassistant-mcp",
"args": [],
"env": {
"AGENTASSISTANT_SERVER_HOST": "127.0.0.1",
"AGENTASSISTANT_SERVER_PORT": "8080",
"AGENTASSISTANT_SERVER_TOKEN": "your-token"
}
}
}
}
Supported hosts
- Claude Desktop
- Windsurf
Quick install
go build -o agentassistant-mcp ./cmd/agentassistant-mcpInformation
- Pricing
- free
- Published
- 5/27/2026
- stars






