cursor-rust-tools

terhechte/cursor-rust-tools
★ 84 stars Rust 🤖 AI/LLM Updated 1mo ago
A MCP server to allow the LLM in Cursor to access Rust Analyzer, Crate Docs and Cargo Commands.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cursor-rust-tools": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "cursor-rust-tools"
      ]
    }
  }
}

Topics

cursordeveloper-toolsllmlspmcpmcp-serverrust