mcp pyright for Grok
io.github.daedalus/mcp-pyright
MCP server that exposes Pyright language server functionality
client:Grok
transport:stdio
runtime:pypi
Install mcp pyright in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-pyright": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-pyright"
]
}
}
}
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