Run402
Rank #3,565Delistedcom.run402/mcp
No registry has listed this server since Aug 1, 2026. The historical record below is preserved.
x402 pay-per-call infra for agents: $0.03 image generation, Postgres, auth, storage, functions.
Run402 is a Model Context Protocol (MCP) server published by kychee-com. It ranks #3,565 of 115,460 servers tracked on MCP Toplist, and its repository has 24 GitHub stars. MCP Toplist tracks 8 versions of Run402. It is no longer listed by any tracked registry (last seen Aug 1, 2026); its historical record is preserved here.
Ranks ahead of 111,895 of 115,460 servers on MCP Toplist.
Use Run402
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http run402 https://mcp.run402.com/mcpclaude mcp add run402 -e "RUN402_WALLET=<your RUN402_WALLET>" -e "RUN402_MCP_PROFILE=<your RUN402_MCP_PROFILE>" -- npx -y run402-mcpReplace each placeholder with your own value before saving.
[mcp_servers.run402]
url = "https://mcp.run402.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.run402]
command = "npx"
args = ["-y", "run402-mcp"]
[mcp_servers.run402.env]
RUN402_WALLET = "<your RUN402_WALLET>"
RUN402_MCP_PROFILE = "<your RUN402_MCP_PROFILE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.run402.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"run402": {
"command": "npx",
"args": [
"-y",
"run402-mcp"
],
"env": {
"RUN402_WALLET": "<your RUN402_WALLET>",
"RUN402_MCP_PROFILE": "<your RUN402_MCP_PROFILE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"run402": {
"url": "https://mcp.run402.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"run402": {
"command": "npx",
"args": [
"-y",
"run402-mcp"
],
"env": {
"RUN402_WALLET": "<your RUN402_WALLET>",
"RUN402_MCP_PROFILE": "<your RUN402_MCP_PROFILE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"run402": {
"type": "http",
"url": "https://mcp.run402.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"run402": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"run402-mcp"
],
"env": {
"RUN402_WALLET": "<your RUN402_WALLET>",
"RUN402_MCP_PROFILE": "<your RUN402_MCP_PROFILE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"run402": {
"serverUrl": "https://mcp.run402.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"run402": {
"command": "npx",
"args": [
"-y",
"run402-mcp"
],
"env": {
"RUN402_WALLET": "<your RUN402_WALLET>",
"RUN402_MCP_PROFILE": "<your RUN402_MCP_PROFILE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"run402": {
"url": "https://mcp.run402.com/mcp"
}
}
}{
"mcpServers": {
"run402": {
"command": "npx",
"args": [
"-y",
"run402-mcp"
],
"env": {
"RUN402_WALLET": "<your RUN402_WALLET>",
"RUN402_MCP_PROFILE": "<your RUN402_MCP_PROFILE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.run402%2Fmcp)<a href="https://mcptoplist.com/server/com.run402%2Fmcp"><img src="https://mcptoplist.com/badge/com.run402%2Fmcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
kychee-com
Other servers by kychee-com
View all kychee-com servers →Available versions (8)
| Version | Published |
|---|---|
| 4.15.1 | Jul 30, 2026 |
| 4.14.3 | Jul 30, 2026 |
| 4.14.1 | Jul 29, 2026 |
| 4.13.4 | Jul 29, 2026 |
| 4.12.4 | Jul 28, 2026 |
| 4.12.2 | Jul 27, 2026 |
| 4.12.1 | Jul 27, 2026 |
| 4.11.1 | Jul 24, 2026 |
Frequently asked questions
- Who maintains Run402?
- Run402 is maintained by kychee-com, which publishes 7 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Run402 listed on the Official MCP Registry?
- Run402 is not currently listed on the Official MCP Registry.
- How many versions does Run402 have?
- MCP Toplist tracks 8 versions of Run402, most recently published on Jul 30, 2026.
- Where can I find the source code for Run402?
- The source code for Run402 is hosted at github.com/kychee-com/run402.