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.
Prerequisites
- Node.js (v14 or higher)
- npm or yarn
- Git
Installation
Clone the repository:
git clone https://github.com/PaymanAI/payman-doc-mcp-serverNavigate to the project directory:
cd payman-doc-mcp-serverInstall 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-doc-mcp-server/build/index.js
If everything is good, you can now add the Payman MCP server to any client.
- For Claude Desktop: Here
- For Cursor: Here
Payman AI Documentation Server
Project Details
- PaymanAI/payman-doc-mcp-server
- Last Updated: 3/7/2025
Recomended MCP Servers
Open source documentation of Microsoft Azure
Model Context Protocol (MCP) Server for Mistral OCR API
MCP server for interacting with Data.gouv.fr API
Claude MCP server to perform analysis on ROADrecon data
MCP Server for gRPC
OBS Studio - Free and open source software for live streaming and screen recording
A start template for a typescript mcp server
A powerful MCP Server that enables AI assistants like Claude to interact with humans through intuitive GUI dialogs....
MCP Server that orchestrates research with Claude and Perplexity/GPT/Gemini automatically





