Model Context Protocol

MCP Integration Setup

Configure your favorite AI client or developer environment to securely access and execute tools.

ChatGPT

Direct remote MCP connection for custom GPTs and actions.

https://toolzy.in/api/mcp

Claude Desktop

Local stdio configuration for the Claude Desktop application.

{
  "mcpServers": {
    "toolzy": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://toolzy.in/api/mcp"
      ]
    }
  }
}

Cursor

Connect Toolzy directly to the Cursor IDE using SSE.

{
  "mcpServers": {
    "toolzy": {
      "url": "https://toolzy.in/api/mcp"
    }
  }
}