base-gasless-deploy-mcp
About
MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Claude Code
claude mcp add base-gasless-deploy-mcp -- npx base-gasless-deploy-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"base-gasless-deploy-mcp","command":"npx","args":["base-gasless-deploy-mcp"]}'
JSON
{
"mcpServers": {
"base-gasless-deploy-mcp": {
"command": "npx",
"args": [
"base-gasless-deploy-mcp"
]
}
}
}