Daily Todo
@jeezliu
Daily Todo について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"daily-todo": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/daily-todo"
]
}
}
}ツール
1Engage in a conversation with the Sonar API for live web searches.
概要
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).
「生産性」の他のコンテンツ
applescript-mcp MCP Server
joshrutkowskiA macOS AppleScript MCP server
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.
Todoist MCP Server
stanislavlysenko0912Full implementation of Todoist Rest API & support Todoist Sync API for MCP server
AppleScript MCP Server (Dual access: python and node.js)
peakmojoMCP server that execute applescript giving you full control of your Mac
Todoist MCP Server
abhiz123MCP server for Todoist integration enabling natural language task management with Claude
コメント