MCP.so
Sign In
D

Daily Todo

@jeezliu

About Daily Todo

No overview available yet

Basic information

Category

Productivity

Transports

stdio

Publisher

jeezliu

Submitted by

Liu

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

1

Engage 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).

Comments

More Productivity MCP servers