MCP Catalogs
首页Amazing-Marvin-MCP screenshot

Amazing-Marvin-MCP

by bgheneti·34·综合分 41

MCP服务器将Amazing Marvin生产力应用与AI助手连接,实现任务和项目管理。

productivityai-llm
16
Forks
8
活跃 Issue
8 个月前
最近提交
2 天前
收录于

概述

这是一个模型上下文协议(MCP)服务器,将Amazing Marvin生产力应用与AI助手连接。它使AI系统能够通过MCP协议访问和交互Amazing Marvin中的任务、项目和分类。服务器提供了多种工具,用于检索每日概览、任务、项目、逾期项目以及创建或标记任务完成。它旨在帮助用户根据其实际数据获得个性化的生产力协助,而不是通用建议。

试试问 AI

装完之后,这里有 3 个你可以让 AI 做的事:

:让AI助手基于实际任务和优先级提供每日计划建议
:从Amazing Marvin数据直接获取项目洞察和进度跟踪
:通过自然语言让AI在Amazing Marvin中创建、标记完成或组织任务

什么时候选它

如果您已经在使用 Amazing Marvin 进行生产力管理,并希望利用 AI 助手实现更智能的任务规划和计划制定,无需手动复制数据,请选择此方案。

什么时候不要选它

如果您不使用 Amazing Marvin,请不要选择此方案,因为它需要该服务的活跃账户和 API 密钥才能运行。

此 server 暴露的工具

从 README 抽取出 9 个工具
  • get_daily_productivity_overview

    Get a comprehensive daily view including today's tasks, overdue items, completed tasks, and planning insights

  • get_tasks

    Retrieve today's scheduled tasks only

  • get_projects

    Get all projects from your Amazing Marvin account

  • get_categories

    Retrieve all categories in your Amazing Marvin setup

  • get_due_items

    Get overdue and due items only

  • get_child_tasksget_child_tasks(parent_id: str, recursive: bool = False)

    Retrieve subtasks of a parent task or project

  • create_task

    Create a new task in Amazing Marvin

  • mark_task_done

    Mark an existing task as completed

  • start_time_tracking

    Start tracking time on a specific task

可对比工具

todoist-mcpticktick-mcpasana-mcp

安装

安装

选项1:Smithery(最简单)

npx -y @smithery/cli install @bgheneti/amazing-marvin-mcp --client claude

提示时粘贴API密钥

选项2:Pip + 手动配置

pip install amazing-marvin-mcp
Claude Desktop配置

添加到您的claude_desktop_config.json文件中:

{
  "mcpServers": {
    "amazing-marvin": {
      "command": "python",
      "args": ["-m", "amazing_marvin_mcp"],
      "env": {
        "AMAZING_MARVIN_API_KEY": "您的-API-密钥-在这里"
      }
    }
  }
}

Amazing-Marvin-MCP 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。