MadgicxMCP Docs

Claude Code

Connect Madgicx MCP to Claude Code CLI.

Claude Code

Claude Code is Anthropic's command-line interface for Claude. It supports MCP connections for integrating external tools and services.

Requirements

  • Claude Code installed
  • Node.js 18+
  • Terminal access
  • Anthropic account with Claude access

Installation

If you haven't installed Claude Code yet:

npm install -g @anthropic-ai/claude-code

Setup Instructions

Add the MCP Server

Use the /mcp command to add the Madgicx connector:

claude /mcp add madgicx https://mcp.madgicx.com/mcp

Authorize in Browser

A browser window will open for OAuth authorization:

  1. Log in to your Madgicx account
  2. Select team — Choose which Madgicx team to connect
  3. Review permissions — Review the requested permissions
  4. Authorize — Click the "Authorize" button

After authorization, you'll be redirected back and can close the browser.

Verify Connection

Verify the connection was successful:

claude /mcp list

You should see madgicx in the list of configured MCP servers.

Using the Connection

Once connected, Claude Code can use Madgicx tools in your conversations. Start a conversation and ask:

What Madgicx team am I connected to?

MCP Commands

List Connections

claude /mcp list

Remove Connection

claude /mcp remove madgicx

Update Connection

To update or reconnect:

claude /mcp remove madgicx
claude /mcp add madgicx https://mcp.madgicx.com/mcp

Troubleshooting

Next Steps

On this page