DailyBot MCP
Enables Littlebird to read and submit DailyBot check-ins through the DailyBot CLI.
README
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+
uv- DailyBot CLI 3.8+, authenticated as the user whose check-ins Littlebird should access
Verify DailyBot first:
dailybot --version
dailybot status --auth
If needed, authenticate with:
dailybot login
Install
From this repository directory, install dependencies:
uv sync
Run
For manual background operation:
./mcpctl start
./mcpctl status
./mcpctl logs # Ctrl-C stops following logs, not the server
./mcpctl stop
Runtime state and logs are stored under the ignored .run/ directory.
To run in the foreground instead:
uv run dailybot_mcp.py
The MCP endpoint is available only on your machine at:
http://127.0.0.1:8765/mcp
This 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]
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.submit_checkinsubmits answers in question order only whenconfirmed=Trueafter you explicitly approve them.
Dates use YYYY-MM-DD. History results follow your DailyBot account permissions.
Development
Tests mock DailyBot and never contact a live account:
uv run python -m unittest -v
Troubleshooting
- 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
E2B
Using MCP to run code via e2b.