Bruno MCP Studio for Grok
io.github.ostico/bruno-mcp-studio
Author, edit and run Bruno collections as files: HTTP, WebSocket, gRPC, per-request pass/fail.
client:Grok
transport:stdio
runtime:npm
Install Bruno MCP Studio in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"bruno-mcp-studio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ostico/bruno-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs