Vanshika-Rana/payman-mcp-server
If you are the rightful owner of payman-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP server that provides easy access to Payman AI's documentation and helps developers build integrations more efficiently.
The Payman AI Documentation MCP Server is designed to facilitate seamless access to Payman AI's documentation, enabling developers to integrate more efficiently. This server acts as a bridge for AI assistants like Claude or Cursor, allowing them to retrieve and provide accurate information about Payman's capabilities. By deploying this server locally, developers can enhance the functionality of their AI assistants, ensuring they have the most relevant and up-to-date information at their fingertips. The server is built using Node.js and requires npm or yarn for dependency management. It is a valuable tool for developers looking to streamline their integration processes with Payman AI.
Features
- Easy access to Payman AI documentation
- Enhances AI assistant capabilities
- Local server deployment
- Built with Node.js
- Supports integration with Claude and Cursor
Usages
usage with Claude Desktop
{ "mcpServers": { "payman": { "command": "node", "args": [ "/ABSOLUTE/PATH/TO/PARENT/FOLDER/payman-mcp-server/build/index.js" ] } } }
usage with Cursor
{ "mcpServers": { "payman": { "command": "node", "args": [ "/ABSOLUTE/PATH/TO/PARENT/FOLDER/payman-mcp-server/build/index.js" ] } } }