Amazing Marvin MCP Server
MCP server for Amazing Marvin productivity app API
Ask AI about Amazing Marvin MCP Server
Powered by Claude Β· Grounded in docs
I know everything about Amazing Marvin MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Kiro Powers
Collection of community Kiro Powers for enhanced AI agent capabilities.
Documentation: https://kiro.dev/docs/powers/
Available Powers
Amazing Marvin
Manage tasks, projects, habits, goals, time tracking, and rewards in Amazing Marvin directly from Kiro. Full integration with the Marvin API for productivity management.
π amazing-marvin/
Using as a Kiro Power
Install the power directly in Kiro from this repository and configure your Marvin API tokens. The power includes documentation, workflows, and steering files for guided usage.
Using just the MCP Server (any IDE)
The MCP server is also available as a standalone npm package. You can use it in any MCP-compatible client (VS Code, Cursor, Claude Desktop, Windsurf, etc.) without needing Kiro:
npx -y amazing-marvin-mcp-server
Add this to your MCP configuration:
{
"mcpServers": {
"amazing-marvin": {
"command": "npx",
"args": ["-y", "amazing-marvin-mcp-server"],
"env": {
"MARVIN_API_TOKEN": "your-api-token",
"MARVIN_FULL_ACCESS_TOKEN": "your-full-access-token"
}
}
}
}
See the full setup guide and available tools at npmjs.com/package/amazing-marvin-mcp-server.
License
MIT
