Skip to content

Latest commit

 

History

History
97 lines (68 loc) · 2.45 KB

File metadata and controls

97 lines (68 loc) · 2.45 KB

🚀 ATXP Plugin - Quick Start Guide

Get up and running with ATXP in Claude Code in 3 simple steps!

Installation

Install this plugin from the ATXP marketplace:

/plugin marketplace add atxp-dev/claude
/plugin install kitchen-sink@atxp

Setup

Run the setup command with your ATXP connection string (from your ATXP dashboard):

/setup <connection-string>

🎉 You're done! All ATXP MCP servers are now available.


What You Get

MCP Server What It Does Example Use
atxp-browse Browser automation "Navigate to this site and..."
atxp-crawl Web crawling "Extract text from these pages..."
atxp-search Web search "Search for the latest..."
atxp-research Topic research "Research this topic with sources..."
atxp-database PostgreSQL "Create a table and insert rows..."
atxp-filestore Files "Store this file and return a URL..."
atxp-image Image generation "Generate an image of..."
atxp-music Music generation "Compose a song in this style..."
atxp-video Video generation "Create a short video about..."
atxp-code Code execution "Run this Python snippet..."
atxp-x-live-search X search "Find posts by @handle this month..."

Your First Commands

Generate an Image

Generate an image of a sunset over mountains

Search the Web

Search for the latest AI news

Analyze Text

Analyze the sentiment of: "I love this product!"

Scrape a Website

Visit example.com and tell me the page title

Getting Your Connection String

  1. Visit atxp.ai
  2. Log in to your dashboard
  3. Find your connection string in the API settings
  4. Copy and use with /setup

Need Help?


Benefits

One-command installation - No complex setup
Automatic authentication - Set once, use everywhere
Auto-billing via proxy - No manual payment flows
All ATXP tools - Everything in one plugin
HTTP servers - Configured per Claude MCP docs


Questions? Check out the ATXP Documentation or Claude Code Plugins Guide.