> ## Documentation Index
> Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Coding agent setup

> Give coding agents the Nango docs and function-building skills.

Set up your coding agent with Nango's public docs MCP server and skills so it can help implement Nango auth and functions.

This page is for coding agents that write code with you. To expose Nango integrations to your product's agents at runtime, see [Tool calling & MCP](/guides/functions/tool-calling).

<a id="docs-mcp-server" />

## Docs MCP server

Add Nango's documentation MCP server to your coding agent:

```text theme={null}
https://nango.dev/docs/mcp
```

It is public and does not require authentication.

<a id="skills" />

## Skills

Install the Nango function builder skill:

```bash theme={null}
npx skills add NangoHQ/skills -s building-nango-functions-locally
```

The skill teaches agents how to create, test, and deploy Nango functions.

You can now copy and paste Nango guides into your coding agent, or ask custom prompts, to implement Nango auth and functions in your app.
