Are you tired of setting up local environments and managing Node.js just to connect AI tools? With mcpfy.ai, you can integrate mcpfy.ai hosted Model Context Protocol (MCP) servers that you can plug directly into your favorite AI platformsโno local setup needed.
Below, weโll walk you through how to use these remote MCP servers across four platforms: Claude, OpenAI (ChatGPT), Cursor, and Windsurf.

๐ How to Retrieve Your Remote MCP URL from mcpfy.ai
- Login to your account at https://mcpfy.ai
- Create a new MCP server โ name it appropriately (e.g., “filesystem”, “github-fetcher”)
- Add your tool (like file system access, web search, API client, etc.)
- Authenticate if the tool requires it (OAuth or API token)
- Copy the generated URL โ typically in the format:
https://mcp.mcpfy.ai/<your-token>/sse
๐ง Claude (Anthropic): Integrate Remote MCP with Claude Desktop & API
- Ensure Claude Desktop is Installed & Updated
- Follow the URL retrieval steps above to get your endpoint and token
- Edit Claudeโs Config File:
Go to Settings โ Developer โ Edit Config
Paste the following:{ "mcpServers": { "MCPfy-server": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.mcpfy.ai/
/sse"] } } } - Restart Claude
- Use Tools โ Claude will prompt you to approve the use of tools provided by the remote server
๐ค OpenAI (ChatGPT): Connect to Remote MCP Servers
For ChatGPT (Enterprise or Team)
- Go to Settings โ Connectors โ Add Connector
- Paste in the remote MCP URL from mcpfy.ai
- Once saved, ChatGPT will automatically call these tools when relevant
๐ป Cursor IDE: Plug & Play Remote MCP
- Open Cursor
- On the top right, click on the Settings button
- Navigate to the MCP section
- Click on Add a New Global MCP Server
- Paste the JSON configuration that you copied from mcpfy.ai:
{
"mcpServers": {
"MCPfy-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.mcpfy.ai/<your-token>/sse"
]
}
}
}
- Save the configuration
- You’re ready to go!
๐ Windsurf (Cascade AI Agent): Add Remote MCP Plugins
- Login to Windsurf โ authentication is required to manage plugins
- Open the Windsurf application
- Navigate to Windsurf Settings from the main menu
- Go to the Cascade section
- Click on Manage Plugins
- Click VIEW RAW CONFIG
- Paste the following JSON that you copied from mcpfy.ai:
{
"mcpServers": {
"MCPfy-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.mcpfy.ai/<your-token>/sse"
]
}
}
}
- Save the configuration
- Refresh the tools list
- Use the tools directly within Windsurf as needed
โ Conclusion: Hosted MCP is the Future
By using mcpfy.ai, you can skip local Node.js installs and jump straight into productivity. These hosted MCP servers work seamlessly across:
- Claude Desktop & API
- ChatGPT (via Connectors)
- Cursor IDE
- Windsurf IDE (Cascade)
No more fiddling with environments. Just plug the URL and go.