| [ Web Proxy ] |
| Viewing: https://adk.dev/integrations/../../a2a/../../observability/../../tutorials/coding-with-ai/ | [Back] [Original] |
[logo]
You can use AI coding assistants to build agents with Agent Development Kit (ADK). Give your coding agent ADK expertise by installing development skills into your project, or by connecting it to ADK documentation through an MCP server.
llms.txt standard.The Agents CLI tool set lets you plug ADK agent expertise into your favorite AI-coding environments including Antigravity, Claude Code, Cursor, and other AI coding tools. Install Agents CLI into your current AI-powered development environment to scaffold, build, test, evaluate, and deploy ADK agents. Enable your development environment with these Agents CLI Skills:
To install Agents CLI and set up ADK development skills:
For more information on installing Agents CLI and using it in your development environment, see the Agents CLI documentation.
You can configure your coding tool to search and read ADK documentation using an MCP server. Below are setup instructions for popular tools.
To add the ADK docs MCP server to Antigravity
(requires uv):
Add the following to mcp_config.json:
To add the ADK docs MCP server to Claude Code:
claude mcp add adk-docs --transport stdio -- uvx --from mcpdoc mcpdoc --urls AgentDevelopmentKit:https://adk.dev/llms.txt --transport stdio
To add the ADK docs MCP server to Cursor (requires
uv):
mcp.json for editing.Add the following to mcp.json:
Any coding tool that supports MCP servers can use the same server configuration shown above. Adapt the JSON example from the Antigravity or Cursor sections for your tool's MCP settings.
The ADK documentation is available as machine-readable files following the
llms.txt standard. These files are generated with
every documentation update and are always up to date.
| File | Description | URL |
|---|---|---|
llms.txt |
Documentation index with links | adk.dev/llms.txt |
llms-full.txt |
Full documentation in a single file | adk.dev/llms-full.txt |
| Web Proxy Viewer | New URL | Original Page |