oeis-mcp-server-rs

23prime/oeis-mcp-server-rs
★ 1 stars Rust 📦 Other Updated 2d ago
Rust implementation of the OEIS MCP server
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": {
    "oeis-mcp-server-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "oeis-mcp-server-rs"
      ]
    }
  }
}

Topics

mcpoeisrust