SciREPL MCP
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., "@SciREPL MCPTake a screenshot of the current workbook"
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.
SciREPL MCP
SciREPL MCP contains two independently installable servers for controlling SciREPL from coding agents and other Model Context Protocol clients. Choose the server that matches where SciREPL is running; installing one does not install the other's dependencies.
Server | Best for | Connection | Browser dependency |
SciREPL Pro on Android or in a browser | SciREPL connects outward to the broker; MCP clients use Streamable HTTP | None | |
Free-PWA, hosted-PWA, and local-browser workbook automation | The server launches or attaches to Chromium over CDP; Android attachment is planned | Playwright and Chromium |
The two approaches are complementary. The broker calls the app's own approved tools and can optionally host a remote coding-agent or terminal session. The Playwright driver operates the visible notebook interface and is useful for automated workbook testing, screenshots, and diagnosing browser behaviour.
App-connected broker
git clone https://github.com/s243a/SciREPL-MCP.git
cd SciREPL-MCP
./setup-broker.sh
~/scirepl-broker/start-broker.shSetup requires Node.js 20 or newer and fails before writing if the current shell
still points to an older system Node. If you use NVM, run nvm use 22 first. The
generated launcher retains that validated Node executable.
On native Windows, the core bridge can be prepared with
./setup-broker.ps1 from PowerShell. Agent and terminal modes currently use
POSIX process conventions and should run under WSL. Native PowerShell/ConPTY is
a possible future terminal profile, not a current feature.
The broker is executed directly by Node.js; it is not compiled. Setup installs
only its JavaScript dependencies by default. Optional terminal mode installs and
verifies the native node-pty dependency on the machine that will run it.
See the broker guide for pairing SciREPL Pro, connecting an MCP client, and enabling the optional agent or terminal surfaces.
Related MCP server: personal-mcp
Playwright driver
git clone https://github.com/s243a/SciREPL-MCP.git
cd SciREPL-MCP/packages/playwright-driver
npm ci
npx playwright install chromium
npm test
npm startSee the Playwright driver guide for MCP client configuration, attaching to an existing Chromium session, and the tool catalog.
Repository checks
The root package is an orchestration convenience only. It is deliberately not an npm workspace, so installing the broker never pulls in Playwright.
npm run install:all
npm test
npm run auditnpm run setup is the explicit broker-environment setup command, not the
repository dependency-install command.
Security and privacy
The app-connected broker binds to loopback by default and requires a pairing token. Its remote-agent and terminal endpoints are disabled by default. The Playwright driver can control a browser profile and everything visible to that profile. Treat both as trusted local development tools, use encrypted tunnels for remote access, and read the security policy before exposing either service.
Neither server adds analytics or telemetry. Hosted model clients and coding agents may still send selected notebook content to their configured providers.
The repository stores agent guidance only as inert .template files. Explicit
agent setup materializes conventional AGENTS.md, CLAUDE.md, and provider
settings inside a dedicated private session workspace; ordinary broker startup
does not create them. See the agent-context guide.
Project relationship
This standalone repository is intended to be the canonical public home for both
SciREPL MCP servers. After its initial publication it can be referenced from
UnifyWeaver at examples/sci-repl/mcp as a Git submodule, without mixing its
history into the UnifyWeaver repository.
The browser driver was originally developed in the public UnifyWeaver project; the app-connected broker was extracted from SciREPL Pro. See PROVENANCE.md for the exact source revisions and boundaries.
License
MIT. See LICENSE. Direct dependency licensing is summarized in THIRD_PARTY_NOTICES.md.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceA Playwright-based MCP server that exposes a live browser as a traceable, inspectable, debuggable and controllable execution environment for AI agents.Last updated5,36857
- Flicense-qualityAmaintenanceMCP server that bridges coding agents (Claude Code, Codex, Gemini CLI) via ACP for pair programming, enabling agents to consult each other as tools.Last updated
- Flicense-qualityDmaintenanceAn MCP server that enables AI coding tools to control a browser for automated actions, UI extraction, network interception, and screenshots.Last updated1
- AlicenseAqualityBmaintenanceMCP server that gives AI coding assistants direct access to the browser — navigate, click, fill forms, run JavaScript, take screenshots, and read page content.Last updated112181MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server exposing the Backtest360 engine API as tools for AI agents.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/s243a/SciREPL-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server