Skip to content
Closed
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/content/docs/agents/guides/test-remote-mcp-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,11 @@ You can connect your remote MCP server to [Windsurf](https://codeium.com/windsur
}
}
```

## Connect your remote MCP server to the Cloudflare Workers AI LLM Playground

The [Cloudflare Workers AI LLM Playground](https://playground.ai.cloudflare.com/) is a web-based tool for exploring models using Workers AI. You can connect your remote MCP server to it and quickly test your server with a real-world MCP client.

Enter the URL of your remote MCP server under the "MCP Server" field section of the playground and hit "Connect". You can use an MCP server running on your local machine on localhost, or you can use a remote MCP server running on Cloudflare.

Once you have authenticated, you will see your available tools listed and ready to use. You can trigger your tools by sending a message to the assistant that requests the tools you want to use.