Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Fourth Playwright MCP ServerLog in to Fourth and extract the weekly sales report table."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Fourth Playwright MCP Server
Remote MCP server combining FastMCP v3 (Python) orchestration with @playwright/mcp (Node.js) browser automation. Designed for deployment to Railway as a Claude.ai Custom Connector.
Architecture
FastMCP v3 (Python) ─── SSE/Streamable HTTP ──→ Claude.ai
│
└── subprocess (stdio) ──→ @playwright/mcp (Node.js)FastMCP v3: OAuth 2.1 proxy, Skills system, custom tools, HTTP transport
@playwright/mcp: 70+ browser automation tools via stdio subprocess
Custom tools: Fourth-specific authentication, navigation, data extraction
Setup
Prerequisites
Python 3.11+
Node.js 18+
uv (Python package manager)
Install
# Python dependencies
uv sync
# Node dependencies (installs @playwright/mcp + Chromium)
npm installRun locally
uv run python src/server.py
# Server starts on http://localhost:8000
# Health check: curl http://localhost:8000/health
# MCP endpoint: http://localhost:8000/mcpList tools
uv run fastmcp list src/server.pyDeployment (Railway)
Connect this repo to Railway
Railway auto-detects the Dockerfile
Set environment variables (see
.env.example)Railway sets
PORTautomatically
Claude.ai Custom Connector
Go to Claude.ai → Settings → Connectors → Add Custom
SSE URL:
https://<app>.railway.app/mcpConfigure OAuth with your Client ID/Secret
Custom Fourth Tools
Tool | Description |
| Automated login with credentials/SSO |
| Navigate to Fourth module by name |
| Extract structured data from tables |
| Generate structured report from page |
| Smart wait for Fourth SPA |
| Get current user/permissions/restaurant |
Skills
Skills are exposed as MCP resources from the skills/ directory:
browser-automation- General browser automation patternsfourth-workflows- Fourth-specific workflow instructions
Environment Variables
See .env.example for all configuration options.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.