MCP Server

Use AI assistants with Resent documentation

Resent docs expose a Model Context Protocol (MCP) server so AI clients can search and answer questions from the documentation.

Server URL

https://resent.docs.buildwithfern.com/_mcp/server

Cursor

Add this to ~/.cursor/mcp.json:

1{
2 "mcpServers": {
3 "resent-docs": {
4 "type": "http",
5 "url": "https://resent.docs.buildwithfern.com/_mcp/server"
6 }
7 }
8}

Then restart Cursor (or refresh MCP settings) and ask questions about the Resent API in chat.

Claude Code

$claude mcp add --transport http \
> resent-docs https://resent.docs.buildwithfern.com/_mcp/server

What you can do

  • Search docs for endpoints, auth, and guides
  • Get grounded answers with source URLs
  • Stay up to date as docs are published