DailyBot MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DailyBot MCPwhat check-ins do I have today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DailyBot MCP
A small local MCP server that lets Littlebird read and submit your DailyBot check-ins through the installed DailyBot CLI.
Requirements
Python 3.10+
DailyBot CLI 3.8+, authenticated as the user whose check-ins Littlebird should access
Verify DailyBot first:
dailybot --version
dailybot status --authIf needed, authenticate with:
dailybot loginRelated MCP server: Slack Gitlab Digest Model Context Protocol MCP Server
Install
From this repository directory, install dependencies:
uv syncRun
For manual background operation:
./mcpctl start
./mcpctl status
./mcpctl logs # Ctrl-C stops following logs, not the server
./mcpctl stopRuntime state and logs are stored under the ignored .run/ directory.
To run in the foreground instead:
uv run dailybot_mcp.pyThe MCP endpoint is available only on your machine at:
http://127.0.0.1:8765/mcpThis server is localhost-only; it does not provide a remote or hosted endpoint.
Connect Littlebird
Open Settings > Integrations in Littlebird.
Add a custom MCP server.
Enter
http://127.0.0.1:8765/mcpas the server URL.Enable the integration for the chat or routine that needs DailyBot.
Tools
list_checkins(date: str | None = None) -> dict[str, Any]
get_checkin(checkin_id: str) -> dict[str, Any]
get_checkin_history(checkin_id: str, from_date: str, to_date: str, search: str | None = None, limit: int | None = None) -> dict[str, Any]
get_team_checkin_history(team: str, from_date: str, to_date: str, search: str | None = None, limit_per_checkin: int | None = None) -> dict[str, Any]
submit_checkin(checkin_id: str, answers: list[str], response_date: str | None = None, confirmed: bool = False) -> dict[str, Any]list_checkinslists pending and completed check-ins for one date.get_checkinreturns a check-in's configuration and ordered questions.get_checkin_historyreturns responses DailyBot provides over any arbitrary inclusive date range, optionally filtered bysearchand capped bylimit.get_team_checkin_historygroups history for every active visible workflow associated with a team name or UUID over an arbitrary inclusive date range. It excludes archived and inactive workflows;searchandlimit_per_checkinapply independently to each matched workflow.submit_checkinsubmits answers in question order only whenconfirmed=Trueafter you explicitly approve them.
Dates use YYYY-MM-DD. DailyBot permissions remain authoritative: admin and manager credentials can receive all participants' responses, while member credentials may receive only their own.
Development
Tests mock DailyBot and never contact a live account:
uv run python -m unittest -vTroubleshooting
DailyBot is not on
PATH: ensuredailybot --versionworks in the same shell used to start the server.DailyBot is not authenticated: run
dailybot login, then verify withdailybot status --auth.Littlebird cannot connect: confirm the server process is still running and the URL is exactly
http://127.0.0.1:8765/mcp.Port already in use: stop the process using port
8765before starting this server.
This server cannot be deployed
Maintenance
Related MCP Connectors
Read SMS, WhatsApp, email, contacts and audiences from your Bird workspace, plus safe CRM writes.
Connect your agent to branchly: manage content, prompts, actions, learn from analytics and insights
Create and edit surveys, read responses, and reply to users — from your AI assistant.
Start Parabol retrospectives, standups and sprint poker; read teams/meetings/tasks; create tasks.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables submitting team check-ins to Steady (app.steady.space) by automating the web form through login, team discovery, and check-in submission with previous/next/blockers fields.52-
- FlicenseNot gradedqualityDmaintenanceSummarizes Slack activity and GitLab merge requests with OpenAI to help generate daily standups, weekly reports, or quarterly check-ins.-

@crontinel/mcp-serverofficial
AlicenseAqualityBmaintenanceConnects AI assistants to Crontinel, enabling natural language queries about cron jobs, queues, Horizon status, and alerts without opening a browser.73 npmMIT- FlicenseNot gradedqualityCmaintenanceEnables AI assistants like Cursor and Claude Desktop to interact with Slack workspaces, allowing message sending, channel reading, user management, and file operations through natural language.-