Setting Up NoClick MCP
NoClick provides an MCP (Model Context Protocol) server that lets you interact with your workflows directly from AI coding assistants. Create, configure, and run workflows without leaving your editor.What is MCP?
MCP (Model Context Protocol) is an open standard that allows AI assistants to securely connect to external tools and data sources. With NoClick MCP, your AI assistant can:- Create, edit, and delete workflows in real time
- Add and configure nodes with full progressive disclosure
- Execute workflows and inspect results
- Manage credentials and dynamic field options
Claude Code
The recommended way to connect. Add NoClick to your project’s.mcp.json file in the project root:
Authenticate
On first use, Claude Code will open your browser to authorize with your NoClick account. The token is saved automatically for future sessions.Verify
Ask Claude Code to list your workflows:Cursor
Add to.cursor/mcp.json in your project root (or globally at ~/.cursor/mcp.json):
Windsurf
Add to your Windsurf MCP config:- macOS/Linux:
~/.codeium/windsurf/mcp_config.json - Windows:
%USERPROFILE%\.codeium\windsurf\mcp_config.json
OpenAI Codex CLI
Add to~/.codex/config.toml (or .codex/config.toml in your project):
Claude Desktop
Claude Desktop uses stdio-based servers in its config. To connect to NoClick’s remote server, use themcp-remote wrapper:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Self-Hosted Instances
If you’re running a self-hosted NoClick instance, replace the URL in any of the configurations above:Troubleshooting
Authentication fails or times out
Authentication fails or times out
- Make sure you have a NoClick account at noclick.com
- Check that pop-ups aren’t blocked in your browser
- Try clearing your browser cookies for noclick.com and re-authenticating
Connection refused error
Connection refused error
- Verify your internet connection
- Check if
https://api.noclick.iois accessible from your network - If using a corporate network, you may need to configure proxy settings
Tools not showing up
Tools not showing up
- Restart your AI assistant after adding the MCP configuration
- Verify the JSON/TOML syntax in your config file is valid
- In Claude Code, run
claude mcp listto verify the server is registered - In Cursor, check Settings > Features > MCP Servers for connection status
Windsurf: server not connecting
Windsurf: server not connecting
- Make sure you’re using
serverUrl(noturl) in the config - Windsurf has a limit of 100 total tools across all MCP servers