You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai/model-context-protocol.mdx
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,8 @@ Your users must connect your MCP server to their preferred AI tools.
112
112
2. Users copy your MCP server URL and add it to their tools.
113
113
3. The tools will have standardized access to your documentation and API endpoints.
114
114
115
-
### Claude
115
+
<Tabs>
116
+
<Tabtitle="Claude">
116
117
117
118
To use your MCP server with Claude:
118
119
@@ -132,7 +133,8 @@ To use your MCP server with Claude:
132
133
133
134
See the [Model Context Protocol documentation](https://modelcontextprotocol.io/docs/tutorials/use-remote-mcp-server#connecting-to-a-remote-mcp-server) for more details.
134
135
135
-
### Cursor
136
+
</Tab>
137
+
<Tabtitle="Cursor">
136
138
137
139
To connect your MCP server to Cursor:
138
140
@@ -161,6 +163,8 @@ To connect your MCP server to Cursor:
161
163
</Steps>
162
164
163
165
See [Installing MCP servers](https://docs.cursor.com/en/context/mcp#installing-mcp-servers) in the Cursor documentation for more details.
0 commit comments