Skip to main content

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 mcp add --transport http evidence-studio https://evidence.studio/mcp

Available Tools

The Docs MCP server provides the following tools for AI assistants:
ToolDescription
list_componentsGet the full list of Evidence components organized by category
get_componentGet metadata for a component including name, description, category, example, and attributes summary
get_component_attributesGet detailed attribute information for a component (type, required, default, description)
get_component_examplesGet all code examples for a specific component
list_docsList all documentation pages with titles and paths, optionally filtered by category
read_docGet the full content of a documentation page
search_docsSearch 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: