Skip to content

Commit 9bea052

Browse files
seafooxFluf22
authored andcommitted
doc: how to run mcp in OpenAI Playground and n8n
1 parent 194811a commit 9bea052

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,32 @@ To run an HTTP server, as Claude Desktop doesn't natively support it yet, you'll
148148
> Our HTTP server leverages the [Streamable HTTP transport](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http).
149149
> It is also backward compatible with the [SSE transport](https://modelcontextprotocol.io/docs/concepts/transports#server-sent-events-sse).
150150
151+
### OpenAI Playground (SSE server)
152+
![alt text](assets/openai_playgroud_add_mcp.png)
153+
154+
Run the Algolia MCP server in SSE mode
155+
1. Set up the project
156+
2. Build the server
157+
3. Authenticate with Algolia
158+
4. Launch the server in SSE mode (default: on port 4243)
159+
160+
```sh
161+
cd dist
162+
./algolia-mcp start-server --transport http
163+
```
164+
5. Make the SSE server accessible from the internet using ngrok (installation guide)
165+
```sh
166+
ngrok http 4243
167+
```
168+
169+
Add the SSE server to the Playground
170+
1. Go to https://platform.openai.com/playground
171+
2. Select Tools > “MCP Server”
172+
3. Add the `https://[random].ngrok-free.app` obtained after running ngrok
173+
4. Select “None” for authentication
174+
175+
### n8n or any other MCP client using an SSE server
176+
Follow the same instructions as for the OpenAI Playground.
151177

152178
### CLI Options
153179

assets/openai_playgroud_add_mcp.png

136 KB
Loading

0 commit comments

Comments
 (0)