MCP.so
登录
D

Daily Todo

@jeezliu

关于 Daily Todo

暂无概览

基本信息

分类

生产力

传输方式

stdio

发布者

jeezliu

提交者

Liu

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "daily-todo": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "mcp/daily-todo"
      ]
    }
  }
}

工具

1

Engage 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 服务器