Installation & Configuration
{
"mcpServers": {
"orshot": {
"command": "node",
"args": [
"/path/to/orshot-mcp-server/build/index.js"
],
"env": {
"ORSHOT_API_KEY": "your-api-key"
}
}
}
}{
"mcpServers": {
"orshot": {
"command": "node",
"args": [
"/path/to/orshot-mcp-server/build/index.js"
],
"env": {
"ORSHOT_API_KEY": "your-api-key"
}
}
}
}