mcp pyright for Cursor
io.github.daedalus/mcp-pyright
MCP server that exposes Pyright language server functionality
client:Cursor
transport:stdio
runtime:pypi
Install mcp pyright in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-pyright": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-pyright"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs