Quick Start
Go from zero to managing work in under five minutes.
This walkthrough takes you from installation to creating your first AI-generated plan. Total time: under five minutes.
1. Install and authenticate
npm install -g devto-mcpdevto logindevto config set anthropic-key sk-ant-api03-xxxxxxxxxxxx2. Link your project
cd ~/my-projectdevto initFollow the prompts to select your workspace and project. devto creates a .devto.json file in your project root.
3. Restart Claude Code and check status
After restarting, open Claude Code in your project directory. Ask:
> Show me the project statusClaude Code calls get_project_summary and shows you active epics, open tasks, and sprint info — all without leaving the terminal.
4. Create your first plan
> Create a plan for user authentication with email and passwordClaude Code calls create_plan and generates a structured plan with an epic, stories, and subtasks. Review the plan, then confirm:
> Yes, create those ticketsClaude Code calls confirm_plan and every ticket is created in your Jira project.
5. Work and update
As you code, tell Claude what you are doing:
> I just finished the login endpoint, mark it as done> Add a comment to the auth epic: "JWT refresh tokens implemented"Claude Code updates your tickets in real time. No browser, no ticket keys to memorize, no context switching.
Next steps
- -Read the MCP Tools reference to see all 44 tools
- -Set up Jira integration with detailed permission requirements
- -Learn about project isolation for multi-project workflows