APIJSON (MCP Server)

GitHub

๐Ÿ† Real-Time no-code, powerful and secure ORM ๐Ÿš€ providing APIs and Docs without coding by Backend, and Frontend(Client) can customize response JSONs ๐Ÿ† ๅฎžๆ—ถ ้›ถไปฃ็ ใ€ๅ…จๅŠŸ่ƒฝใ€ๅผบๅฎ‰ๅ…จ ORM ๅบ“ ๐Ÿš€ ๅŽ็ซฏๆŽฅๅฃๅ’Œๆ–‡ๆกฃ้›ถไปฃ็ ๏ผŒๅ‰็ซฏ(ๅฎขๆˆท็ซฏ) ๅฎšๅˆถ่ฟ”ๅ›ž JSON ็š„ๆ•ฐๆฎๅ’Œ็ป“ๆž„

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "APIJSON": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-APIJSON"
      ]
    }
  }
}