File tree Expand file tree Collapse file tree 1 file changed +21
-18
lines changed Expand file tree Collapse file tree 1 file changed +21
-18
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ Select "MCP" from the left sidebar and click "Add new global MCP server".
6262Add 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
102102Add 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
132133Close 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.
You can’t perform that action at this time.
0 commit comments