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
| Variable | Required | Description |
|---|---|---|
SCRIBESIGHT_API_KEY | Yes | Your secret API key |
SCRIBESIGHT_API_URL | No | Custom 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.