The Amazing Marvin MCP connects AI agents to the Amazing Marvin productivity app. It exposes tasks, projects, and categories for AI-assisted task management. It integrates directly with the Amazing Marvin API, allowing agents to read, create, and update tasks. Developers use it to build AI-powered task management tools and automate workflows.
The Amazing Marvin MCP connects AI agents to the Amazing Marvin productivity app. It exposes tasks, projects, and categories for AI-assisted task management. It integrates directly with the Amazing Marvin API, allowing agents to read, create, and update tasks. Developers use it to build AI-powered task management tools and automate workflows.
pip install Amazing-Marvin-MCPAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"bgheneti-amazing-marvin-mcp-github": {
"command": "uvx",
"args": [
"pip install Amazing-Marvin-MCP"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Amazing Marvin MCP?"
API Key Required
This server requires an API key from Amazing Marvin MCP. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| AMAZING_MARVIN_MCP_API_KEY | Yes | Your Amazing Marvin MCP API key |
"What resources are available in Amazing Marvin MCP?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Amazing Marvin MCP"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Amazing Marvin MCP with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.