Back to directory
1dolinski/apnow-fun-mcp

1dolinski/apnow-fun-mcp

@1dolinski

A server that allows you to dynamically search and execute APINow.fun endpoints with a wallet of your choice using Claude Desktop, Cursor, VS Code, or any popular MCP Client.

apimcpsearchexecuteapinowbaseintegrationtool

Installation & Configuration

{
  "mcpServers": {
    "apinow-fun-mcp": {
      "command": "node",
      "args": [
        "/path/to/your/clone/src/server.js"
      ],
      "env": {
        "APINOW_WALLET_PKEY": "YOUR_APINOW_WALLET_PRIVATE_KEY"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/15
Updated
2026/6/17