Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Payman AI Documentation MCP Serverhow do I authenticate API requests?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Payman AI Documentation MCP Server
MCP server that provides easy access to Payman AI's documentation and helps developers build integrations more efficiently.
Overview
This repository contains the source code for a Payman documentation MCP server. This server allows AI assistants like Claude or Cursor to access Payman's documentation to help developers with their integration questions. By running this server locally, you can enhance your AI assistant's ability to provide accurate and helpful information about Payman's capabilities.
Related MCP server: Payman Documentation MCP Server
Prerequisites
Installation
Clone the repository:
git clone https://github.com/Vanshika-Rana/payman-mcp-server.gitNavigate to the project directory:
cd payman-mcp-serverInstall dependencies:
npm install # OR yarn install
Building the Project
Build the TypeScript code into JavaScript:
Checking Server
Check if the server is properly setup:
If everything is good, you can now add the Payman MCP server to any client.