🔌Connecting Your AI Tool
Switch the AI Assistant on, then paste one snippet into Claude Desktop, Claude Code, Gemini CLI or whatever else you use.
Step 1 — Switch It On
Open Settings → AI.
Turn on Enable AI Assistant (MCP).
The panel expands to show a status chip and a set of setup snippets. The chip should read Running on port 8765 (or a nearby number). If it says Stopped — log in to start, log in to ScribeWare and it'll start on its own.
That switch is remembered on this computer, not on your account — so it survives logging out, and turning it on here doesn't turn it on for the rest of your team. Each person switches it on for themselves.
Step 2 — Point Your AI Tool at It
Each snippet in the panel has a copy button in its top-right corner. Copy the one for your tool, paste it where indicated, and restart the tool.
Claude Desktop
Claude Desktop connects through a small bridge script that ships inside ScribeWare, so its snippet is a little longer than the others. It looks like this, with real paths filled in for your machine:
{
"mcpServers": {
"scribeware": {
"command": "/path/to/ScribeWare",
"args": ["/path/to/mcp-proxy.js"],
"env": { "ELECTRON_RUN_AS_NODE": "1" }
}
}
}Merge it into your Claude Desktop config file:
macOS —
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows —
%APPDATA%\Claude\claude_desktop_config.json
Then quit Claude Desktop completely and reopen it. Claude only reads that file at startup.
Claude Code
Add it to ~/.claude/settings.json (macOS) or %USERPROFILE%\.claude\settings.json (Windows).
Gemini CLI
Add it to ~/.gemini/settings.json (macOS) or %USERPROFILE%\.gemini\settings.json (Windows).
Something Else
Most other AI tools connect over plain HTTP. Give it the URL shown in the panel — http://127.0.0.1:8765/mcp — wherever it asks for an MCP server or SSE endpoint.
If you can't work out where that goes in your particular tool, copy the Claude Code snippet, paste it into the AI itself and ask it how to configure an MCP server for the tool you're using. This is the kind of question they're good at.
Step 3 — Check It Worked
Open a report in ScribeWare, then ask your AI something that only ScribeWare can answer:
What chapters are in the report I have open?
A correct answer means everything's wired up. If it says it can't see any ScribeWare tools, or asks you for a report ID, see Troubleshooting.
Keeping It Connected
ScribeWare has to be running. The AI reaches your data through the desktop app. If it's closed, the tools simply aren't there.
You have to be logged in. Logging out shuts the connection down, and logging back in brings it up again.
You don't need to reconnect each day. Set it up once; it comes back with the app.
Last updated
Was this helpful?