Quick Setup Guide
Choose your IDE:
Or, if you prefer, add it globally by opening the command palette Cmd/Ctrl + Shift + P and selecting > Cursor Settings > MCP > Add new global MCP server
{
"mcpServers": {
"chipiMcp": {
"command": "npx mcp-remote https://mcp.chipipay.com/mcp",
"env": {},
"args": []
}
}
}Open Agent Mode (Cmd + I) and ask "What components are available from Chipi?":
> Called search_components ✓Add the following to your user rules by going to the command palette Cmd/Ctrl + Shift + P and selecting > Settings > Rules
<MCP_USE_GUIDELINE>
<INSTRUCTION>
If you are working on a Project that uses ChipiMcp and the @chipi-stack/nextjs library, make frequent use of the following tools.
</INSTRUCTION>
<TOOLS>
- "List Components": View all components and hooks available in Chipi SDK and ChipiMcp.
- "Get Component": Learn how to use a specific component or hook.
- "Chipi Documentation": Search the Chipi SDK and ChipiMcp documentation for relevant guides and references.
- "Search Components": Check if Chipi SDK and ChipiMcp has a component or hook that can help your query. Always check the Chipi Registry first, then the SDK hooks, and finally the Shadcn UI components to maintain the design consistency.
</TOOLS>
</MCP_USE_GUIDELINE>
Example Queries:
- "How do I check my USDC balance using the Chipi SDK?"
- "Build an application that supports payments with USDC tokens."
- "How can I implement a Wallet Management System in my application?"
- "How can I use this hook in my application?"
💵 Setup all Wallet Components
Copy this prompt into Cursor after setting up your MCP to setup all Chipi Components
🛍️ Add SKU Marketplace
After setting up base Chipi components, copy this prompt to add SKU marketplace functionality