Skip to content
Windsurf

oeis mcp for Windsurf

io.github.mrfentmen/oeis-mcp

Use this MCP server to the OEIS, the encyclopedia of integer sequences. Look up any sequence,...

client:Windsurf transport:stdio runtime:npm

Install oeis mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "oeis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "oeis-mcp"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

oeis mcp in other clients