What is MCP?
The Model Context Protocol is an open standard that enables AI applications to connect to external data sources and tools. The Evidence Docs MCP server allows AI assistants to search and read the Evidence documentation. The server is available at https://evidence.studio/mcp and uses Streamable HTTP.Built-in to Evidence Editor
The Docs MCP server is integrated into the Evidence Editor AI chat by default. When you use the AI assistant in the Evidence Editor, it automatically has access to all Evidence documentation and component information—no additional configuration needed.Adding to Other AI Tools
You can add the Evidence Docs MCP server to other AI tools that support MCP:- Claude Code
- Cursor
Available Tools
The Docs MCP server provides the following tools for AI assistants:| Tool | Description |
|---|---|
list_components | Get the full list of Evidence components organized by category |
get_component | Get metadata for a component including name, description, category, example, and attributes summary |
get_component_attributes | Get detailed attribute information for a component (type, required, default, description) |
get_component_examples | Get all code examples for a specific component |
list_docs | List all documentation pages with titles and paths, optionally filtered by category |
read_doc | Get the full content of a documentation page |
search_docs | Search across all Evidence documentation |
LLM-Friendly Documentation
For AI tools that don’t support MCP, the Evidence documentation is also available in plain text formats:- docs.evidence.studio/llms.txt - Sitemap of all documentation pages
- docs.evidence.studio/llms-full.txt - Full documentation in a single markdown file

