Skip to main content

MCP Configuration

Setup instructions for different MCP clients.

Claude Desktop

Add to ~/.config/claude/claude_desktop_config.json:

{
"mcpServers": {
"scribesight": {
"command": "npx",
"args": ["@scribesight/mcp-server"],
"env": {
"SCRIBESIGHT_API_KEY": "sk_live_xxxxxxxxxxxx"
}
}
}
}

Environment Variables

VariableRequiredDescription
SCRIBESIGHT_API_KEYYesYour secret API key
SCRIBESIGHT_API_URLNoCustom API URL (default: https://scribesight.com/api/v1)

Verification

After configuration, restart Claude Desktop and ask:

"What projects do I have in Scribe Sight?"

Claude should use the MCP tools to fetch and display your projects.