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
A Model Context Protocol implementation for Value Change Dump (VCD) files.
MCP tools
Provide latest cryptocurrency news to AI agents.
Deploy a Gemini multimodal chat website in 10 seconds, Severless! 只需准备一个Gemini API Key,10秒即可部署一个Gemini多模态对话的网站。
An MCP server for reading dlis files
一个强大的MCP(Model Context Protocol)开发框架,一个用于SEE(Standard Extension Environment)对接的模块化工具框架。该框架允许开发者轻松创建和扩展自定义工具,并通过MCP协议与模型交互。
An MCP server providing tools to control web browsers using the Amazon Nova Act SDK. Enables multi-step browser...





