Skip to main content

Overview

Use the ATXP Claude Code plugin marketplace to access all official ATXP MCP servers with one setup. Installation takes minutes and billing is handled automatically through your ATXP account. See the repository for details and release notes: atxp-dev/claude.
This integration bundles remote HTTP MCP servers that work out-of-the-box in Claude Code—no local processes or per-tool configuration required.

Prerequisites

  • Claude Code: Access to Claude Code with plugin support
  • ATXP account: Create an account and get your connection string from your ATXP dashboard

Quick start

1

Install the ATXP Claude marketplace

Add the marketplace in Claude Code, then install the sample plugin (optional):
Claude Code
/plugin marketplace add atxp-dev/claude
/plugin install kitchen-sink@atxp
The sample “kitchen-sink” plugin is helpful for validating your setup, but you can install any ATXP tool directly.
2

Connect your ATXP account

Set your connection string from the ATXP dashboard:
Claude Code
/setup <your-atxp-connection-string>
Never share your connection string publicly or commit it to source control.
After setup, Claude Code will show ATXP tools available for use (e.g., atxp-image, atxp-search).
3

Run your first tool

Try any tool naturally in chat:
Claude Code
Generate an image of a sunset over mountains at golden hour
Claude Code will select atxp-image and return the generated image.
Claude Code
Search the web for the latest AI evaluation benchmarks and summarize with sources
Claude Code will use atxp-search and include links in the response.
Command syntax and bundled tools are described in the repository README: atxp-dev/claude.

What’s included

The ATXP plugin marketplace bundles tools from the ATXP-provided MCP servers:
  • atxp-browse: Browser automation and capture
  • atxp-code: Execute code in a sandbox
  • atxp-crawl: Crawl and extract page content at scale
  • atxp-database: PostgreSQL management and SQL execution
  • atxp-filestore: Store and retrieve files
  • atxp-image: Image generation
  • atxp-music: Music generation
  • atxp-research: Topic research with sources and citations
  • atxp-search: Web search with structured results
  • atxp-video: Video generation
  • atxp-x-live-search: Search X (Twitter) with filters

Billing and configuration

  • Automatic billing via ATXP MCP Proxy: When you set your ATXP connection string, all ATXP MCP servers route through the ATXP MCP Proxy and usage is billed to your ATXP account. No per-tool keys required.
  • Zero configuration: All servers run remotely per the Claude MCP spec. You don’t need to run local servers or forward ports.
Refer to the project README for details: atxp-dev/claude.

Troubleshooting

  • Confirm you ran /plugin marketplace add atxp-dev/claude
  • Re-run /setup <connection-string> and verify there are no typos
  • Try installing the sample plugin: /plugin install kitchen-sink@atxp
  • Restart your Claude Code session
  • Copy the connection string directly from your ATXP dashboard
  • Remove any surrounding quotes or whitespace
  • If rotated recently, use the latest connection string
  • Ensure your ATXP account is active and in good standing
  • Check organization limits or quotas
  • Try a simpler request to isolate whether a specific tool is failing

Uninstall

Remove any installed ATXP plugins and the marketplace:
Claude Code
/plugin uninstall kitchen-sink@atxp
/plugin marketplace remove atxp-dev/claude
For best results, write clear, goal-oriented prompts. Claude Code will automatically choose the appropriate ATXP tool.
I