The Model Context Protocol (MCP) server provides a standardized interface that allows any compatible AI model or agent to access your Scribe data in a simple and secure way. Search documents, explore business workflows, and surface optimization insights — all from your AI assistant.
Authentication is handled automatically via OAuth 2.0. No API keys or tokens to manage.
The server is hosted by Scribe. You do not need to install or run anything.
Add the Scribe MCP server to your AI client's configuration. On first connection, your browser will open so you can sign in to Scribe and authorize access.
Run the following command:
claude mcp add --transport http scribe <https://mcp.scribe.com/mcp>
Or add it manually to ~/.claude.json:
{
"mcpServers": {
"scribe": {
"url": "<https://mcp.scribe.com/mcp>"
}
}
}
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"scribe": {
"command": "npx",
"args": ["-y", "mcp-remote", "<https://mcp.scribe.com/mcp>"]
}
}
}