ContinueWith
MCP server for coding agents (Cursor, Claude Code, Codex) to install and configure the ContinueWith AI handoff widget on any website.
README
@continuewith/mcp
MCP server so coding agents (Cursor, Claude Code, Codex, …) can install and configure the ContinueWith AI handoff widget without guessing URLs or snippets.
Runs locally over stdio — no hosted OAuth required for the open-source npm package.
Install (Cursor / Claude Desktop)
Add to your MCP config:
{
"mcpServers": {
"continuewith": {
"command": "npx",
"args": ["-y", "@continuewith/mcp@latest"]
}
}
}
Or run directly:
npx @continuewith/mcp@latest
Node.js 18+.
Tools
| Tool | Description |
|---|---|
get_agent_install_rule |
Default rule for agents to auto-install on marketing pages |
get_install_snippet |
Widget snippet for html, nextjs, or astro |
get_continuewith_docs |
Official doc URLs + default snippet |
install_continuewith_widget |
Runs npx continuewith add in a project directory |
search_ready_directory |
Search the AI Ready Index (public JSON API) |
Example agent flow
- Agent calls
get_agent_install_rule→ paste rule into project context - Agent calls
install_continuewith_widgetwithprojectPath→ patches layout/HTML - User replaces
cw_demo_public_keywith their dashboard key
Documentation
Related packages
| Package | Purpose |
|---|---|
continuewith |
CLI — npx continuewith add |
@continuewith/sdk |
Snippet & prompt helpers |
Trust & security
Runs locally: The MCP server uses stdio only. It does not phone home with your project source.
Network access (explicit, read-only public APIs):
search_ready_directory→https://ready.continuewith.ai/api/ready/directory(public directory JSON)install_continuewith_widget→ spawnsnpx continuewith@latest addon your machine in the path you provide
No secrets in this package: No Stripe, Resend, Clerk, or database credentials. The default site key cw_demo_public_key is a public demo identifier — replace it for production.
You control paths: Only pass projectPath values you trust — the install tool modifies files in that directory.
Community
- Website: continuewith.ai
- X: @continuewithai
- Reddit: @continuewithai
- AI Ready Index: ready.continuewith.ai
License
MIT © ContinueWith
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.