A
Any.do
Manage Any.do tasks.
·No reviews yet
Share:
About
Auto-generated
Any.do is a Model Context Protocol server in the Productivity category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Any.do.
- What is the Any.do MCP?
- The Any.do MCP facilitates interaction with the Any.do task management service, allowing users to manage their tasks and to-do lists programmatically. It integrates Any.do functionalities into development environments.
- How do I install the Any.do MCP in Cline?
- Installation in Cline typically involves adding the MCP's repository URL to Cline's configuration. Specific instructions depend on Cline's current version and the Any.do MCP's installation script within its repository. Refer to Cline's documentation for adding community MCPs.
- Does the Any.do MCP require an API key?
- Yes, this MCP uses an 'apikey' for authentication. You will need to obtain an API key from Any.do and configure it within your MCP client to use the MCP's functionalities.
- What are the primary capabilities of the Any.do MCP?
- The Any.do MCP is designed to manage Any.do tasks. This includes creating, reading, updating, and deleting tasks, and potentially managing task lists. The specific tools exposed are not listed, but they generally reflect core Any.do features.
- What is a prerequisite for using the Any.do MCP?
- A primary prerequisite is an active Any.do account and an associated API key. Users must also have a compatible MCP client configured to use community-provided MCPs over the 'stdio' transport protocol.
Install Any.do
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"anydo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-anydo"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"anydo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-anydo"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"anydo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-anydo"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.