Skip to content

Commit 734f868

Browse files
authored
Update README.md
1 parent 6d7751d commit 734f868

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

README.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ Select "MCP" from the left sidebar and click "Add new global MCP server".
6262
Add the following config:
6363
```json
6464
{
65-
"mcpServers": {
66-
"resend": {
67-
"type": "command",
68-
"command": "node ABSOLUTE_PATH_TO_MCP_SEND_EMAIL_PROJECT/build/index.js --key=YOUR_RESEND_API_KEY"
69-
}
70-
}
65+
"mcpServers": {
66+
"resend": {
67+
"type": "command",
68+
"command": "node ABSOLUTE_PATH_TO_MCP_SEND_EMAIL_PROJECT/build/index.js --key=YOUR_RESEND_API_KEY"
69+
}
70+
}
7171
}
7272
```
7373

@@ -101,18 +101,19 @@ Open Claude Desktop settings and navigate to the "Developer" tab. Click `Edit Co
101101

102102
Add the following config:
103103

104-
```json{
105-
"mcpServers": {
106-
"resend": {
107-
"command": "node",
108-
"args": [
109-
"ABSOLUTE_PATH_TO_MCP_SEND_EMAIL_PROJECT/build/index.js"
110-
],
111-
"env": {
112-
"RESEND_API_KEY": "YOUR_RESEND_API_KEY",
113-
}
114-
}
104+
```json
105+
{
106+
"mcpServers": {
107+
"resend": {
108+
"command": "node",
109+
"args": [
110+
"ABSOLUTE_PATH_TO_MCP_SEND_EMAIL_PROJECT/build/index.js"
111+
],
112+
"env": {
113+
"RESEND_API_KEY": "YOUR_RESEND_API_KEY",
114+
}
115115
}
116+
}
116117
}
117118
```
118119

@@ -131,4 +132,6 @@ You can get the absolute path to your build script by right-clicking on the `/bu
131132

132133
Close and reopen Claude Desktop. Verify that the `resend` tool is available in the Claude developer settings.
133134

134-
Chat with Claude and tell it to send you an email using the `resend` tool.
135+
![Claude Desktop developer settings with Resend MCP server showing](https://github.com/user-attachments/assets/be9549e5-eaef-4946-b10a-e708c1864acf)
136+
137+
Chat with Claude and tell it to send you an email using the `resend` tool.

0 commit comments

Comments
 (0)