🚀 Deploy monetized APIs and MCP servers in minutes with 1-click. Easily turn your service into a paid offering without code changes.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"x402-deploy": {
"command": "npx",
"args": [
"-y",
"navsahu/x402-deploy"
]
}
}
}
Run in terminal:
claude mcp add x402-deploy npx -y navsahu/x402-deploy
Add to .cursor/mcp.json:
{
"mcpServers": {
"x402-deploy": {
"command": "npx",
"args": [
"-y",
"navsahu/x402-deploy"
]
}
}
}