Daily Todo
@jeezliu
About Daily Todo
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"daily-todo": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/daily-todo"
]
}
}
}Tools
1Engage in a conversation with the Sonar API for live web searches.
Overview
What is Daily Todo?
Daily Todo is an MCP server implementation that integrates the Sonar API to provide Claude with real-time, web-wide research capabilities. It is designed for users who want Claude to perform live web searches through a conversational interface.
How to use Daily Todo?
Clone the repository, install dependencies with npm install, obtain a Sonar API key and set it as the PERPLEXITY_API_KEY environment variable, then configure Claude Desktop by adding the server to claude_desktop_config.json using Docker or NPX. Build the Docker image with docker build -t mcp/perplexity-ask:latest -f Dockerfile . if using Docker.
Key features of Daily Todo
- Integrates with the Sonar API for live web searches
- Provides a single tool:
perplexity_ask - Supports multi-turn conversation via messages array
- Configurable via Docker or NPX
- Advanced search parameters can be modified in
index.ts
Use cases of Daily Todo
- Enabling Claude to answer questions with up‑to‑date web information
- Performing research tasks that require live data from the web
- Integrating real‑time search into Claude’s workflow
FAQ from Daily Todo
What does Daily Todo do?
It gives Claude the ability to ask questions to the Sonar API and get real‑time web results.
How do I get a Sonar API key?
Sign up for a Sonar API account, follow the setup instructions, and generate your API key from the developer dashboard. Set it as the PERPLEXITY_API_KEY environment variable.
What are the runtime requirements?
The server requires Node.js (for NPX) or Docker, and the PERPLEXITY_API_KEY environment variable must be set. It can be run as an MCP server via standard I/O.
Where does my data go?
User messages are sent to the Sonar API for processing; refer to Perplexity’s privacy policy for data handling details.
What transport and authentication does it use?
The MCP server uses standard input/output transport. Authentication is handled via an API key (PERPLEXITY_API_KEY).
More Productivity MCP servers
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities
yokingma⏰ Time MCP Server: Giving LLMs Time Awareness Capabilities
🚀 TaskMaster: Todoist MCP for Cursor AI
mingolladanieleA lightweight Model Context Protocol (MCP) server that enables natural language interaction with your Todoist tasks directly from your IDE. Built with simplicity and maintainability in mind.
MCP SAP GUI Server
mario-andreschakMCP server that allows simple SAP GUI interaction for LLM models using simulated mouse clicks and keyboard input.
Lamda
firerpaAndroid Full-Stack Device Control Platform: WebRTC/H.264 remote desktop, UI/OCR/image-matching automation, one-click MITM, built-in Frida, proxy/VPN/frp/P2P networking, MCP/Agent, 160+ APIs, designed for multi-device clusters and engineered deployments.
Comments