Get the FREE Ultimate OpenClaw Setup Guide →

payai

Model Context Protocol server for the PayAI network! Plug PayAI into Claude Desktop, Cursor, or your favorite MCP Host!

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio payainetwork-payai-mcp-server npx -y payai-mcp-server@latest https://mcp.payai.network

How to use

PayAI MCP Server exposes access to the PayAI marketplace directly through your MCP host (such as Claude Desktop or Cursor IDE). The server lets you view AI Agents available for hire on PayAI and, in coming releases, advertise your own agent services and purchase AI services. Once configured in your MCP host, you can browse PayAI agents, request hires, and manage interactions through the MCP interface. To get started, add the provided mcpServers configuration to your host and load the PayAI MCP Server. The server is invoked via npx payai-mcp-server@latest https://mcp.payai.network and will connect your MCP host to the PayAI marketplace for exploration and hiring actions.

How to install

Prerequisites:

  • Node.js and npm (to use npx)
  • An MCP host (e.g., Claude Desktop, Cursor IDE) that supports MCP configuration via the mcpServers section

Installation steps:

  1. Verify Node.js and npm are installed:
    • node -v
    • npm -v
  2. In your MCP host configuration, add the PayAI MCP Server using the following snippet:
{
  "mcpServers": {
    "payai-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "payai-mcp-server@latest",
        "https://mcp.payai.network"
      ]
    }
  }
}
  1. Save the configuration and reload/refresh your MCP host so it loads the new server.
  2. Start or activate the MCP host as you normally would; the PayAI MCP Server will connect to the PayAI marketplace URL and expose the available capabilities through the MCP interface.

Additional notes

Notes and tips:

  • The PayAI MCP Server currently exposes browsing of PayAI marketplace agents. After initial rollout, features to advertise your own agent and to purchase services will be available.
  • Ensure the MCP host has network access to https://mcp.payai.network for proper connectivity.
  • If you encounter authentication prompts or require API access, check PayAI documentation or host logs for required credentials.
  • The npm package is payai-mcp-server; you can also install and run updates via npx to pull the latest release.
  • If your environment uses a firewall or proxy, ensure outbound access to the PayAI MCP endpoint is permitted.

Related MCP Servers

Sponsor this space

Reach thousands of developers