groww-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@groww-mcpShow my portfolio summary and today's top gainers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
____ ____ ___ _ _ _ _ _ _ __ __ ____ ____
/ ___|/ ___| / _ \| | | | | | | | \/ |/ ___|/ _ |
| | _| |___ | | | | | | | | | | __ | |\/| | | | |_) |
| |_| |\___ \| |_| | |_| |_| |/ / | | | | | |___| __/
\____|____/ \___/ \_____/|___/ |_| |_| \____|_|Trade on Groww. Through Claude.
What is this
An MCP server that connects Claude Desktop to Groww's trading platform. It registers 23 tools that let you manage equity holdings, place buy/sell orders, track live market data, run SIPs, and invest in mutual funds -- all through natural language prompts in Claude. Supports a full mock mode for demos without touching real money.
Related MCP server: Zerodha Trading MCP Server
Architecture
┌──────────────────┐ stdio / MCP ┌──────────────────────┐
│ │ ────────────────────────────> │ │
│ Claude Desktop │ │ groww-mcp │
│ (MCP Client) │ <──────────────────────────── │ (MCP Server) │
│ │ tool results (text) │ │
└──────────────────┘ └──────────┬───────────┘
│
│ HTTPS
│ axios + retry
v
┌──────────────────────┐
│ Groww API │
│ (or mock layer) │
└──────────────────────┘
┌──────────────────────────────────────────┐
│ Registered Tools │
├────────────┬───────────┬─────────────────┤
│ portfolio │ orders │ market │
│ positions │ watchlist│ quotes │
│ holdings │ modify │ OHLC │
├────────────┼───────────┼─────────────────┤
│ SIP │ funds │ search │
│ create │ invest │ top movers │
│ pause/stop │ details │ status │
└────────────┴───────────┴─────────────────┘Quickstart
1. Clone and build
git clone https://github.com/darved2305/groww-mcp.git
cd groww-mcp
npm install
cp .env.example .env # add your GROWW_API_TOKEN or leave MOCK_MODE=true
npm run build2. Register with Claude Desktop
Open your claude_desktop_config.json and add:
{
"mcpServers": {
"groww": {
"command": "node",
"args": ["/absolute/path/to/groww-mcp/dist/index.js"],
"env": {
"MOCK_MODE": "true",
"GROWW_API_TOKEN": "your_token_here"
}
}
}
}3. Restart Claude Desktop. You're done.
Tools
23 tools across 6 domains.
Portfolio
# | Tool | Description | Params |
1 |
| Current equity holdings with P&L | -- |
2 |
| Invested, current value, day P&L | -- |
3 |
| Intraday open positions | -- |
4 |
| Past orders, filterable by date |
|
Market
# | Tool | Description | Params |
5 |
| LTP, bid/ask, volume for symbol |
|
6 |
| Fuzzy search stocks by name/ticker |
|
7 |
| OHLC candles, 1d/1w/1m/1y |
|
8 |
| Top 5 gainers and losers | -- |
9 |
| NSE/BSE open or closed | -- |
Orders
# | Tool | Description | Params |
10 |
| BUY/SELL, MARKET/LIMIT, CNC/MIS |
|
11 |
| Cancel a pending order |
|
12 |
| Change price or quantity |
|
13 |
| Real-time order status |
|
Watchlist
# | Tool | Description | Params |
14 |
| All watchlist symbols with LTP | -- |
15 |
| Add a symbol |
|
16 |
| Remove a symbol |
|
SIP
# | Tool | Description | Params |
17 |
| All active SIPs with next date | -- |
18 |
| New SIP: fund, amount, frequency |
|
19 |
| Pause an active SIP |
|
20 |
| Cancel SIP permanently |
|
Mutual Funds
# | Tool | Description | Params |
21 |
| Search by name, category, AMC |
|
22 |
| NAV, AUM, expense ratio, returns |
|
23 |
| One-time lumpsum investment |
|
Example Prompts
"What's my current portfolio P&L today?"
"Buy 10 shares of RELIANCE at market price"
"Show me top gainers on NSE right now"
"Start a 5000/month SIP in Mirae Asset Large Cap"
"Cancel all my pending orders"
Environment Variables
Variable | Required | Default | Description |
| Yes* | -- | Groww API token for authentication |
| No |
| Base URL for the Groww API |
| No |
| Set to |
| No |
| Runtime environment |
*Not required when MOCK_MODE=true.
Mock Mode
The server ships with a full mock data layer. Set MOCK_MODE=true in your environment and every tool returns realistic hardcoded data using real Indian stocks (RELIANCE, TCS, INFY, HDFCBANK, ICICIBANK, WIPRO, BAJFINANCE) and real mutual fund schemes. No Groww account needed. No API calls made.
MOCK_MODE=true node dist/index.jsWARNING
This software can place real trades and move real money.
A poorly worded prompt can trigger a market order. A misunderstood confirmation can invest your savings in the wrong fund. The mock mode exists specifically so you don't learn this the hard way.
Use MOCK_MODE=true until you are absolutely certain. Test with small amounts first. The authors of this project accept zero responsibility for financial losses incurred through use of this tool.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAn MCP server that provides comprehensive Indian stock market data from the NSE and BSE, including live quotes, historical trends, and fundamental analysis. Users can compare stock performance, track major indices, and access financial statements without the need for an API key.Last updated2MIT
- Alicense-qualityDmaintenanceAn MCP server that integrates with the Zerodha KiteConnect API to facilitate programmatic stock trading operations. It enables users to execute buy and sell commands directly through an MCP-compatible interface.Last updated432Apache 2.0
- Alicense-qualityDmaintenanceAn MCP server that enables interaction with Interactive Brokers TWS/Gateway via natural language for portfolio management and market data retrieval. It provides tools for account summaries, historical data, and a secure two-step confirmation process for placing and canceling orders.Last updated6MIT
- Flicense-qualityCmaintenanceAn MCP server for the Groww trading platform. This enables LLM applications to interact with your Groww trading account.Last updated4
Related MCP Connectors
Open-source MCP server for Zerodha Kite Connect. Portfolio, market data, backtesting, alerts.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Hosted MCP for stocks, options, Greeks, brokers, order previews, alerts, and workflows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/darved2305/groww-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server