Harvey

Legal research and analysis

Official docs

About Harvey

Harvey is a legal AI platform used by law firms and legal teams for research, drafting, and analysis. Its remote MCP server brings Harvey's legal intelligence into assistant workflows, supporting legal inquiries and document analysis with domain-tuned reasoning.

Connection details

https://api.harvey.ai/hosted_mcp/mcp
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add harvey --transport http https://api.harvey.ai/hosted_mcp/mcp

Frequently asked questions

What is the Harvey remote MCP server?

The Harvey remote MCP server is a hosted Model Context Protocol endpoint at https://api.harvey.ai/hosted_mcp/mcp, so AI assistants can connect to it without installing or running anything locally. Harvey is a legal AI platform used by law firms and legal teams for research, drafting, and analysis. Its remote MCP server brings Harvey's legal intelligence into assistant workflows, supporting legal inquiries and document analysis with domain-tuned reasoning.

How do I connect to the Harvey MCP server?

Add the endpoint https://api.harvey.ai/hosted_mcp/mcp to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Harvey MCP server require authentication?

Yes. Harvey uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Harvey MCP server use?

Harvey exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers