twocents-mcp
Human feedback for AI agents — remote MCP server at twocents.page/mcp (share_page / get_feedback)
Documentation
twocents — human feedback for AI agents (MCP server)
A remote MCP server, live at `https://twocents.page/mcp`.
Connect it and your AI agent can send any HTML page to real people for visual
review — and read their pinned notes back. No auth, no API key, no install for
reviewers.
Tools
- `share_page` — send a self-contained HTML document, get back a review link.
Anyone who opens it can pin notes directly on the page — no login, works on any
device. Call again with the same room id and connected reviewers see the update
live.
- `get_feedback` — the pinned notes, returned as markdown with the anchor
text/selector for each note so your agent can find and fix the exact spot. Pass
the optional `handled` array (note ids already decided in earlier sessions) and
those collapse to one line each, so the response leads with what's new.
Config
{
"mcpServers": {
"twocents": {
"url": "https://twocents.page/mcp"
}
}
}Connect
Claude Code
claude mcp add --transport http twocents https://twocents.page/mcpClaude.ai (web or desktop) — Settings → Connectors → *Add custom connector* →
paste `https://twocents.page/mcp`
Cursor or any MCP client — use the config block above (an HTTP MCP server; no
auth, no API key).
The loop
Ask your agent to *"share this page for feedback"* → send the link to anyone →
they pin notes on the live page → ask your agent to *"get the feedback"* and apply
it. The whole review cycle without leaving your editor.
What's in this repo
The complete server source: `mcp.js` — a zero-dependency Streamable
HTTP (stateless) JSON-RPC handler, ~300 lines. It runs inside a Cloudflare Worker
and stores pages/notes in a Durable Object per review room (`env.ROOMS`); the
Worker, relay, and reviewer UI live in the main (private) twocents.page codebase.
`server.json` is the MCP registry
manifest (`page.twocents/twocents`).
Privacy model: a room id is an unguessable capability — knowing it is the
permission to read/write that room. Review links are excluded from search
indexing.
See it in action
Every page in our interactive explainer library has a
live review room — open one and pin a note. Or [get feedback on your own
work](https://twocents.page/start).
Frequently asked questions
What is twocents-mcp?
twocents-mcp is Human feedback for AI agents — remote MCP server at twocents.page/mcp (share_page / get_feedback)
How do I install twocents-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is twocents-mcp open source?
Yes — it is hosted on GitHub at https://github.com/twocents-page/twocents-mcp.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility.
A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.7, Claude Fable 5, Claude Opus 5, DeepSeek V4, Grok, OpenRouter, Kimi k3, GLM 5.3, SiliconFlow, GPT-oss, Gemma 4, Qwen 3.8
Connect your browser to AI models. Just use Dia on Chrome, Arc or Firefox.
文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP