From 9b1eaf3757f59c38611319335272cde259912f83 Mon Sep 17 00:00:00 2001 From: Ricky Robinett Date: Fri, 28 Mar 2025 12:06:24 -0400 Subject: [PATCH 1/2] add Workers AI Playground instructions for testing MCP server --- src/content/docs/agents/guides/test-remote-mcp-server.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/content/docs/agents/guides/test-remote-mcp-server.mdx b/src/content/docs/agents/guides/test-remote-mcp-server.mdx index 5a5c8e07e12eb46..5be228d69631b01 100644 --- a/src/content/docs/agents/guides/test-remote-mcp-server.mdx +++ b/src/content/docs/agents/guides/test-remote-mcp-server.mdx @@ -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. From b8073836acfc9927f13c335d13f8da70c7c7741c Mon Sep 17 00:00:00 2001 From: Jun Lee Date: Tue, 12 Aug 2025 14:56:20 +0100 Subject: [PATCH 2/2] Update src/content/docs/agents/guides/test-remote-mcp-server.mdx --- src/content/docs/agents/guides/test-remote-mcp-server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/agents/guides/test-remote-mcp-server.mdx b/src/content/docs/agents/guides/test-remote-mcp-server.mdx index 5be228d69631b01..15d770eb69d7abb 100644 --- a/src/content/docs/agents/guides/test-remote-mcp-server.mdx +++ b/src/content/docs/agents/guides/test-remote-mcp-server.mdx @@ -76,6 +76,6 @@ You can connect your remote MCP server to [Windsurf](https://codeium.com/windsur 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. +Enter the URL of your remote MCP server under the **MCP Server** field section of the playground and select **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.