Payman AI MCP Server
by hrishi0102
Payman AI MCP Server provides an easy way to access Payman AI's APIs. It allows users to create payees, search payees, send payments, and get balances using prompts.
Last updated: N/A
What is Payman AI MCP Server?
Payman AI MCP Server is a server that simplifies the use of Payman AI's APIs, enabling users to manage payees and payments through prompts.
How to use Payman AI MCP Server?
To use the server, clone the repository, install dependencies using npm or yarn, build the project, and then run the server. After setup, integrate it with clients like Claude Desktop or Cursor following the provided links.
Key features of Payman AI MCP Server
Payee creation
Payee search
Payment sending
Balance retrieval
Prompt-based interaction
Use cases of Payman AI MCP Server
Integrating Payman AI functionality into Claude Desktop
Integrating Payman AI functionality into Cursor
Automating payment workflows
Building AI-powered payment interfaces
FAQ from Payman AI MCP Server
What is Node.js?
What is Node.js?
Node.js is a JavaScript runtime environment that allows you to run JavaScript on the server-side.
What is npm?
What is npm?
npm is the package manager for Node.js.
What is yarn?
What is yarn?
Yarn is another package manager for Node.js, similar to npm.
How do I clone the repository?
How do I clone the repository?
Use the command git clone https://github.com/hrishi0102/payman_mcp.git
in your terminal.
How do I build the project?
How do I build the project?
Run npm run build
or yarn build
in your terminal.