Quick Start Guide

Get up and running with the MCP Confluence ADF server in minutes.

Prerequisites

  • Node.js 18+ installed on your system

  • Claude Code installed and configured

  • Confluence Cloud instance (not Server/Data Center)

  • Atlassian Account with admin access

5-Minute Setup

Step 1: Install the MCP Server

Choose your preferred installation method:

Option A: NPX (Recommended for testing)

npx mcp-confluence-adf --help

Option B: Global Installation

# Using yarn
yarn global add mcp-confluence-adf

# Using npm  
npm install -g mcp-confluence-adf

Step 2: Add to Claude Code

Automatic Setup (Recommended):

Manual Setup: Edit ~/.config/claude/settings.json:

Step 3: Restart Claude Code

Close and reopen Claude Code to load the MCP server.

Step 4: Set Up Authentication

In Claude Code, say:

Follow these steps:

  1. Provide OAuth Credentials (get from developer.atlassian.comarrow-up-right)

  2. Authorize in Browser (opens automatically)

  3. Confirm Success (authentication complete)

Step 5: Test Your Setup

Try these commands in Claude Code:

If you see your spaces and available tools, you're ready to go!

First Tasks

Create Your First Page

Download and Edit Existing Content

Then make your changes and:

Generate Documentation from Templates

Common Workflows

1. Content Management Workflow

Example Commands:

2. Template-Based Creation

Example Commands:

3. Bulk Operations

Example Commands:

Essential Commands

Content Operations

Task
Command Example

List spaces

List my Confluence spaces

Search content

Find pages about "security" in DOCS space

Download page

Download page 123456789 to edit

Create page

Create a new page in DOCS space about API security

Update page

Update page 123456789 with new content

Template Operations

Task
Command Example

List templates

Show available documentation templates

Generate from template

Create API docs using REST API template

Custom template

Help me create a custom security audit template

Authentication Operations

Task
Command Example

Check status

Check my Confluence authentication status

Reset auth

Clear Confluence authentication and set up again

Test connection

Test connection to my Confluence instance

Troubleshooting Quick Fixes

MCP Server Not Loading

Fix:

  1. Verify installation: npx mcp-confluence-adf --help

  2. Check Claude Code configuration

  3. Restart Claude Code

Authentication Issues

Fix:

Permission Errors

Fix:

  1. Check OAuth scopes in Developer Console

  2. Verify Confluence space permissions

  3. Re-authorize if needed

Tips for Success

Content Creation Best Practices

  1. Start with Templates

    • Use existing templates for consistency

    • Customize templates for your needs

    • Create reusable templates for common docs

  2. Use Rich Content Elements

  3. Organize Content Logically

    • Use clear heading hierarchy

    • Include table of contents for long docs

    • Link related pages together

Workflow Optimization

  1. Batch Similar Operations

  2. Use Search Effectively

  3. Leverage Templates

What's Next?

Learn More Advanced Features

Explore All Tools

This shows all 20+ tools for:

  • Content management

  • Space administration

  • Search and discovery

  • Template generation

  • Authentication management

Join the Community

  • GitHub Issues: Report bugs and request features

  • Documentation: Comprehensive guides and examples

  • Examples: Sample workflows and templates

Advanced Quick Start

For Developers

If you're a developer looking to integrate MCP Confluence ADF into workflows:

For Teams

Set up consistent documentation workflows:

  1. Standardize Templates

  2. Establish Workflows

  3. Monitor Content Quality

Support and Resources

Getting Help

Documentation Structure

Additional Resources

Success Checklist

Installation Complete

Authentication Working

Basic Operations Tested

Ready for Advanced Usage

Congratulations! You're ready to streamline your Confluence documentation workflow with Claude Code and the MCP Confluence ADF server.

Start with simple tasks and gradually explore more advanced features. The system is designed to grow with your needs, from basic content management to sophisticated automated documentation workflows.

Last updated