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

# Overview

> Connect AI clients to Evidence with the Model Context Protocol.

## What is MCP?

The [Model Context Protocol](https://modelcontextprotocol.io) is an open standard that enables AI applications to connect to external data sources and tools. Evidence provides two MCP servers.

<CardGroup cols={2}>
  <Card title="Studio MCP" icon="database" href="/mcp/studio">
    Connect an AI client to your live Evidence workspace — search reports and query your data. Requires authentication.
  </Card>

  <Card title="Docs MCP" icon="book-open" href="/mcp/docs">
    A developer tool that searches the Evidence documentation. No authentication required.
  </Card>
</CardGroup>

## Which one do I want?

* **Querying your own data and reports?** Use the **[Studio MCP](/mcp/studio)** — it connects to your live workspace with your permissions.
* **Developing reports?** Use the **[Docs MCP](/mcp/docs)** — it searches the docs and component reference.
