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).
生产力 分类下的更多 MCP 服务器
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
MCP Shrimp Task Manager
cjo4m06Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning A
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
mcp-server-macos-use
mediar-aiAI agent that controls computer with OS-level tools, MCP compatible, works with any model
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
评论