Feedback Pipeline Server
FreeNot checkedBridges Notion custom agents with Claude Code to automate bug reproduction and fix implementation. It utilizes Playwright for browser automation to verify issue
About
Bridges Notion custom agents with Claude Code to automate bug reproduction and fix implementation. It utilizes Playwright for browser automation to verify issues and Claude Code to develop and test software fixes.
README
An MCP (Model Context Protocol) server that bridges Notion custom agents with Claude Code for automated bug reproduction and fix building.
Overview
This server allows a Notion custom agent to:
- Reproduce bugs - Uses Playwright browser automation to reproduce reported bugs and capture screenshots
- Build fixes - Uses Claude Code to implement fixes, run tests, and verify with Playwright
Setup
Install dependencies:
npm installCreate a
.envfile with your Notion API token:NOTION_API_TOKEN=your_token_hereStart the server:
node server.jsExpose via ngrok (for Notion to connect):
ngrok http 3001
Architecture
Notion Custom Agent
│
▼ (via ngrok)
MCP Server (port 3001)
│
▼
Claude Code CLI
│
▼
Playwright MCP
│
▼
Notion Dev Server (port 3030)
MCP Tools
reproduce_bug
Reproduce a bug using Playwright browser automation.
Parameters:
bug_description(required): Description of the bugreproduction_steps(optional): Steps to reproducecallback_agent_id(required): Agent ID for callbackcallback_thread_id(required): Thread ID for callbackcallback_page_id(required): Page ID for comment notification
build_fix
Build a fix or feature using Claude Code.
Parameters:
description(required): What to build or fixplan(optional): Implementation planverify_with_playwright(optional): Whether to verify with Playwright (default: true)callback_agent_id(required): Agent ID for callbackcallback_thread_id(required): Thread ID for callbackcallback_page_id(required): Page ID for comment notification
get_task_status
Check the status of a running or completed task.
Parameters:
task_id(required): The task ID to check
ping
Test connectivity - returns "pong".
Endpoints
GET /- SSE endpoint for MCP connectionPOST /- MCP message handlerGET /health- Health checkGET /tasks- List all tasksGET /tasks/:taskId- Get task detailsGET /demos- List demo recordingsGET /demos/:taskId/- Live progress page with screenshots
Callbacks
When a task completes, the server:
- Posts results to the agent thread via Notion Agents SDK API
- Adds a comment to the task page with demo URL and summary
Configuration
The server expects:
- Notion dev server running on port 3030
- Playwright MCP configured in the Claude Code environment
NOTION_API_TOKENenvironment variable for callbacks
Installing Feedback Pipeline Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/ericNotion/feedback-pipeline-mcpFAQ
Is Feedback Pipeline Server MCP free?
Yes, Feedback Pipeline Server MCP is free — one-click install via Unyly at no cost.
Does Feedback Pipeline Server need an API key?
No, Feedback Pipeline Server runs without API keys or environment variables.
Is Feedback Pipeline Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Feedback Pipeline Server in Claude Desktop, Claude Code or Cursor?
Open Feedback Pipeline Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Feedback Pipeline Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
