Open Source · Agentic Toolkit · MCP Ready
If you can think it, your agent can build it.
Build AI agents with the Gemini API using natural language. MCP Server + CLI + Skills, open source, keys never leave your device.
Get started instantly
1
Clone the developer repo
Terminal
git clone https://github.com/gemini/developer-platform.git2
Build
Terminal
cd developer-platform/packages/mcp-server
npm install
npm run build
3
Configure
Terminal
# For Claude Code: (This will be be different for other tools.)
claude mcp add gemini -s user -e GEMINI_API_KEY=<your_key> -e \
GEMINI_API_SECRET=<your_secret> -- node <repo_root>/packages/mcp-server/dist/index.js
4
Validate
Terminal
claude mcp list
Running multiple agents or strategies?Subaccounts give each agent isolated balances, rate limits, and blast radius.
Plug-and-Play Skills
Market DataAccess real-time and historical market data including tickers, order books, and trade history across all supported trading pairs.
gemini-market-data
SpreadMonitor bid-ask spreads and depth across markets. Track liquidity conditions and price differences between trading pairs in real time.
gemini-spread
CandlesRetrieve OHLCV candlestick data at configurable intervals.
gemini-candles
Last modified on