payai
Model Context Protocol server for the PayAI network! Plug PayAI into Claude Desktop, Cursor, or your favorite MCP Host!
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:
- Verify Node.js and npm are installed:
- node -v
- npm -v
- 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"
]
}
}
}
- Save the configuration and reload/refresh your MCP host so it loads the new server.
- 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
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.