Below is an example template to set up the tool JSON. Detailed description can be found below.

stdio

{
  "ToolName": {
    "command": "command(npx, python, etc..)",
    "args": ["arg1", "arg2", ...],
    "transport": "stdio"
  }
}

sse

{
    "ToolName": {
      "url": "url of the sse mcp tool"
    }
}

Importing tools from Smithery AI

Connect to https://smithery.ai/.

Capture-20250413-024140.png

Click on the tool you want to use.