hrishi0102

Payman AI MCP Server

Community hrishi0102
Updated

Create payees, send payments, search payees and get balance using payman mcp server

Payman AI MCP Server

MCP server that provides easy way to Payman AI's API's and let's users create payees, search payees, send payments and get balances using prompts.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/hrishi0102/payman_mcp.git
    
  2. Install dependencies:

    npm install
    # OR
    yarn install
    

Building the Project

Build the TypeScript code into JavaScript:

npm run build
# OR
yarn build

Checking Server

Check if the server is properly setup:

node /ABSOLUTE/PATH/TO/PARENT/FOLDER/payman-mcp/build/payman-server.js

If everything is good, you can now add the Payman MCP server to any client.

  • For Claude Desktop: Here
  • For Cursor: Here

MCP Server · Populars

MCP Server · New