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

# Crow Docs MCP

> Connect your coding agent to Crow's documentation using MCP

<Card>
  <div>
    <p style={{ color: '#666', marginBottom: '12px', fontSize: '14px' }}>Using Cursor? Install in one click:</p>

    <a
      href="cursor://anysphere.cursor-deeplink/mcp/install?name=crow&config=eyJ1cmwiOiJodHRwczovL2RvY3MudXNlY3Jvdy5haS9tY3AifQ%3D%3D"
      style={{
    display: 'inline-flex',
    alignItems: 'center',
    gap: '8px',
    padding: '8px 14px',
    borderRadius: '6px',
    backgroundColor: '#171717',
    color: '#fff',
    fontWeight: 500,
    fontSize: '14px',
    textDecoration: 'none',
    border: '1px solid #333'
  }}
    >
      <img src="https://mintcdn.com/crow/VpcPtQGvA2NuuulW/cursor_logo.png?fit=max&auto=format&n=VpcPtQGvA2NuuulW&q=85&s=cd3466c03fde9cc56ff1bbd8b7997d5c" alt="Cursor" width="16" height="16" style={{ borderRadius: '3px' }} data-path="cursor_logo.png" />

      Add to Cursor
    </a>
  </div>
</Card>

The Model Context Protocol (MCP) allows you to connect AI coding agents to Crow's documentation. Once connected, your agent can help you integrate Crow into your codebase with full context of our APIs and features.

## Server URL

```
https://docs.usecrow.ai/mcp
```

Add this URL to your coding agent's MCP configuration. Works with Cursor, Claude, Windsurf, and any MCP-compatible tool.

## What you can do

With Crow Docs MCP connected, your coding agent can:

* Help integrate the Crow widget into your website
* Set up identity verification for authenticated users
* Configure OpenAPI or MCP server integrations
* Understand how to use Crow's features

<Note>
  Need help? [Learn more about MCP](https://modelcontextprotocol.io)
</Note>
