About Groww MCP
Groww MCP is an MCP server published by karthik1729 in the Finance category: 🚀 The most complete MCP server for Groww — 25 tools, ⚡ automated TOTP auth, GTT/OCO smart orders, 📈 option chain with Greeks, backtesting. 🤖 Connect any AI assistant to your Groww trading account. It has been installed 0 times through Conduid.
The repository has 4 stars and 2 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx groww-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Groww MCP
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
Releases
README
Groww MCP Server
MCP server for Groww Trading API - Trade stocks, manage portfolios, and analyze markets through AI assistants.
Installation
Option 1: Install with Go
go install github.com/karthik1729/groww-mcp/cmd/server@latest
# Binary is installed as 'server', rename for clarity
mv $(go env GOPATH)/bin/server $(go env GOPATH)/bin/groww-mcp
Option 2: Download Binary
Download from GitHub Releases
Setup
1. Get Groww API Token
Generate your API access token: Groww API Documentation
Note: Token expires daily at 6:00 AM IST
2. Set Environment Variable
export GROWW_ACCESS_TOKEN="your_token_here"
3. Configure Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"groww-mcp": {
"command": "groww-mcp",
"env": {
"GROWW_ACCESS_TOKEN": "your_token_here"
}
}
}
}
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
4. Restart Claude Desktop
Usage
Ask Claude to:
- "Show my portfolio"
- "Get price of RELIANCE"
- "Place buy order for 10 shares of TCS"
- "Show my available margin"
Available Tools
| Category | Tools |
|---|---|
| Orders | place_order, modify_order, cancel_order, get_orders |
| Portfolio | get_holdings, get_positions |
| Market Data | get_quote, get_ltp, get_ohlc, get_historical_data |
| Account | get_margins, calculate_margin |
Support
License
MIT
Made with ❤️ by karthik1729
README mirrored from the source repository 6 hours ago. The original is authoritative.