Amazing Marvin Integration

v1.0.0Business Applicationsstable

Integrates the Amazing Marvin productivity system with AI assistants to manage tasks, projects, and time tracking. It enables users to query their workload, receive personalized productivity coaching, and update their schedule through natural languag

ai-assistantamazingamazing-marvinautomationclaude
Share:
34
Stars
0
Downloads
0
Weekly
0/5

What is Amazing Marvin Integration?

Amazing Marvin Integration is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to integrates the amazing marvin productivity system with ai assistants to manage tasks, projects, and time tracking. it enables users to query their workload, receive personalized productivity coaching,...

Integrates the Amazing Marvin productivity system with AI assistants to manage tasks, projects, and time tracking. It enables users to query their workload, receive personalized productivity coaching, and update their schedule through natural languag

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Integrates the Amazing Marvin productivity system with AI as

Use Cases

Manage tasks and projects
Track time and productivity
Receive coaching and schedule updates
bgheneti

Maintainer

LicenseMIT License
Languagepython
Versionv1.0.0
UpdatedMay 13, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx amazing-marvin-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Amazing Marvin Integration

Amazing Marvin MCP connects your Amazing Marvin productivity system to AI assistants like Claude, Cursor, and Windsurf, giving them live access to your actual tasks, projects, categories, and time tracking data. Instead of copy-pasting your to-do list into chat, your AI assistant can read your current workload, suggest what to focus on, review overdue items, start and stop time tracking, and provide personalized coaching — all grounded in your real Amazing Marvin data rather than generic productivity advice.

Prerequisites

  • Python 3.10 or higher
  • An Amazing Marvin account with API access enabled (Settings > API)
  • Your Amazing Marvin API key (token from the API settings page)
  • An MCP-compatible client such as Claude Desktop, Cursor, or Windsurf
1

Enable the API in Amazing Marvin and copy your token

Open Amazing Marvin, go to Settings > API, enable the API, and copy your API token. On mobile, navigate to https://app.amazingmarvin.com/pre?api to reach the API settings directly.

2

Install amazing-marvin-mcp from PyPI

Install the package globally using pip. This makes the `amazing_marvin_mcp` module available as an MCP server command.

pip install amazing-marvin-mcp
3

Add the server to Claude Desktop configuration

Edit claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%\Claude\claude_desktop_config.json) and add the amazing-marvin entry with your API key.

{
  "mcpServers": {
    "amazing-marvin": {
      "command": "python",
      "args": ["-m", "amazing_marvin_mcp"],
      "env": {
        "AMAZING_MARVIN_API_KEY": "your-api-key-here"
      }
    }
  }
}
4

Restart Claude Desktop

Restart Claude Desktop to load the new configuration. Amazing Marvin tools will be available in your next conversation.

5

Verify the connection

Ask Claude 'What tasks do I have today?' to confirm the connection is working and Claude can read your Amazing Marvin data.

Amazing Marvin Integration Examples

Client configuration (Claude Desktop)

Complete claude_desktop_config.json snippet for Amazing Marvin MCP. The AMAZING_MARVIN_API_KEY environment variable is required.

{
  "mcpServers": {
    "amazing-marvin": {
      "command": "python",
      "args": ["-m", "amazing_marvin_mcp"],
      "env": {
        "AMAZING_MARVIN_API_KEY": "your-api-key-here"
      }
    }
  }
}

Prompts to try

Example prompts to use with Claude once Amazing Marvin MCP is connected.

- "What should I focus on today based on my current tasks and deadlines?"
- "I'm feeling overwhelmed — what are the three most important things on my list right now?"
- "Show me everything related to my client project that is overdue."
- "What did I accomplish this week in Amazing Marvin?"
- "Start time tracking on my current deep work task."
- "Help me plan tomorrow based on what I have scheduled in Amazing Marvin."

Troubleshooting Amazing Marvin Integration

Server starts but returns no tasks or projects

Confirm your Amazing Marvin API key is correct and that the API is enabled in Settings > API within the Amazing Marvin app. Try visiting https://app.amazingmarvin.com/pre?api to re-enable or regenerate your token.

python command not found or module not found error

Ensure Python 3.10+ is installed and available on your PATH. If you use `python3` on your system, update the command field from `python` to `python3` in your MCP config. Also verify the package installed correctly with `pip show amazing-marvin-mcp`.

Claude says it cannot access Amazing Marvin data after configuration

Fully quit and relaunch Claude Desktop (not just close the window) to reload the MCP config. On macOS, use Cmd+Q; on Windows, right-click the tray icon and choose Exit.

Frequently Asked Questions about Amazing Marvin Integration

What is Amazing Marvin Integration?

Amazing Marvin Integration is a Model Context Protocol (MCP) server that integrates the amazing marvin productivity system with ai assistants to manage tasks, projects, and time tracking. it enables users to query their workload, receive personalized productivity coaching, and update their schedule through natural languag It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Amazing Marvin Integration?

Follow the installation instructions on the Amazing Marvin Integration GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Amazing Marvin Integration?

Amazing Marvin Integration works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Amazing Marvin Integration free to use?

Yes, Amazing Marvin Integration is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Amazing Marvin Integration Alternatives — Similar Business Applications Servers

Looking for alternatives to Amazing Marvin Integration? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "amazing-marvin-mcp": { "command": "npx", "args": ["-y", "amazing-marvin-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Amazing Marvin Integration?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides