Integuru (MCP Server)

GitHub

The first AI agent that builds permissionless integrations through reverse engineering platforms' internal APIs.

Claude Desktop Configuration

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

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