Odel
Angel One

Angel One

Local
@ameernoufilTypeScriptMITUpdated 3mo ago

Angel One SmartAPI MCP for orders, portfolio, market data, GTT rules, charges, and margin.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmangel-one-mcpv1.0.10

Run

npx -y angel-one-mcp

MCP client config

{
  "mcpServers": {
    "angel-one": {
      "command": "npx",
      "args": [
        "-y",
        "angel-one-mcp"
      ]
    }
  }
}