MCP.so
Sign In

magicpod-mcp-server

@Magic-Pod

About magicpod-mcp-server

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

Magic-Pod

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "magicpod-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "magicpod-mcp-server",
        "--api-token=YOUR-API-TOKEN"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is magicpod-mcp-server?

An MCP server that integrates your AI agents with MagicPod, for developers using AI-powered coding tools like Cursor or Claude.

How to use magicpod-mcp-server?

Add the server configuration to your AI tool's MCP settings (e.g., claude_desktop_config.json). Provide your MagicPod API token via the --api-token argument when invoking npx -y magicpod-mcp-server.

Key features of magicpod-mcp-server?

  • Integrates AI agents with MagicPod
  • Works with Claude, Cursor, and MCP-compatible tools
  • Simple JSON configuration for setup
  • Uses npx for quick, zero-install launch

Use cases of magicpod-mcp-server?

  • Trigger MagicPod test executions from AI coding assistants
  • Automate test workflows without leaving the AI tool environment

FAQ from magicpod-mcp-server

How do I obtain a MagicPod API token?

Retrieve it from the integrations screen at https://app.magicpod.com/accounts/api-token/ and replace YOUR-API-TOKEN in the configuration.

Which AI tools support magicpod-mcp-server?

Cursor, Claude, and many other AI-powered coding tools that support MCP servers.

Do I need to install anything before using it?

No installation is required; the server runs via npx, pulling the package on demand. Node.js/npm must be available.

What configuration changes are needed?

Add the provided JSON block to your tool's MCP server configuration file, substituting your actual API token.

Comments

More Other MCP servers